Skip to content

Automates Markdown to HTML conversion from the command line with Python

License

Notifications You must be signed in to change notification settings

nitishvijai/Markdown2HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown2HTML

A simple automation script written in Python that converts a Markdown file into HTML code that you can insert into other files.

How this works:

  1. Opens source file and creates new target HTML file from specified argument
  2. Reads Markdown symbols
  3. Converts Markdown symbols to HTML tags and writes them to the target file
  4. Closes source and target files, ready for you to use!

Use cases: blog posts, code snippets, documentation, etc.

About

Automates Markdown to HTML conversion from the command line with Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published