Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 322 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 322 Bytes

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.