Parse GitHub flavored markdown to html.
npm install github-markdown



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