Skip to content

hasderhi/tk-md2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A very simple markdown to HTML converter with no depencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages