All Projects → 1000ch → node-github-markdown

1000ch / node-github-markdown

Licence: other
Parse GitHub flavored markdown to static html.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

node-github-markdown

Build Status NPM version Dependency Status devDependency Status

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].