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