/md2html-py

Simple Markdown to HTML converter written in Python 3

Primary LanguagePythonMIT LicenseMIT

md2html-py

Simple command line Markdown to HTML converter using Python 3

How to use

  • Specify input (Markdown) file with --input (required)
  • Specify output (HTML) file with --output

To Do

  • Inline elements (bold, strikethrough, etc.)
  • Minify HTML and CSS for low output size