Parse GitHub flavored markdown to static html.
Install via npm.
$ npm install [--global] github-markdownParse stdin.
$ cat readme.md | ghmd --stdinParse a markdown file.
# readme.html
$ ghmd readme.mdSpecify the destination.
# foo/readme.html
$ ghmd --dest foo readme.mdSpecify custom template (defaults to standard template)
$ ghmd --template custom.jade markdown.mdShow help message.
Show package version.