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')