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