This package has been deprecated

Author message:

This package is out of date - use marked instead

ghm

1.0.0-5 • Public • Published

See: github-flavored-markdown

As an npm package:

npm install ghm

And then in your node program:

var ghm = require("ghm")
ghm.parse("I **love** GHM.\n\n#2", "isaacs/npm")
// returns:
// '<p>I <strong>love</strong> GHM.  '+
// '<a href=\'http://github.com/isaacs/npm/issues/#issue/2\'>#2</a></p>'

To get the sha/issue/fork links, pass in a second argument specifying the current project that things should be relative to.

Readme

Keywords

none

Package Sidebar

Install

npm i ghm

Weekly Downloads

31

Version

1.0.0-5

License

none

Last publish

Collaborators

  • thomblake