node-github-markdown

Parse GitHub flavored markdown to static html.

Downloads
432
Stars
29

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.

License

MIT © Shogo Sensui

Package Rankings
Top 5.3% on Npmjs.org
Badges
Extracted from project README
Build Status NPM version Dependency Status devDependency Status