github-markdown

3.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i github-markdown

Weekly Downloads

53

Version

3.2.0

License

MIT

Last publish

Collaborators

  • 1000ch