Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 545 Bytes

File metadata and controls

19 lines (14 loc) · 545 Bytes

tk-md2html

A very simple markdown to HTML converter with no depencies

tk-md2html is a Python script that provides a command-line utility for converting Markdown files to HTML. It supports these Markdown elements: - headings - bold/italic text - blockquotes - lists - images - links

Usage / Parameters

py -m tk-md2html [input file] [output file] [mode]

  • input file: the markdown file to convert
  • output file: the html file to write the result to
  • mode: optional, can be 'dark' or 'light' (default is 'light')