Last Updated: February 25, 2016
·
757
· evertton

GitHub Flavored Markdown to HMTL (gfm2html)

gfm2html

It's a simple linux shell script that performs the conversion of documents GitHub Flavored Markdown syntax to HTML files.

It required the command line utility CURL.

How to use

$ gfm2html test.md > test.html