mdtohtml
mdtohtml copied to clipboard
Command-line tool to convert markdown to html
Markdown to HTML cmd-line tool
If you have Go installed, install with:
go get -u github.com/gomarkdown/mdtohtml
To run:
mdtohtml [options] inputfile [outputfile]
Run mdtohtml to see all options.
This is also an example of how to use gomarkdown/markdown library.