{ "name": "github-flavored-markdown", "version": "1.0.1", "description": "The port of Showdown used on github.com", "author": { "name": "tekkup", "email": "git@tekkub.net", "url": "http://tekkub.net/" }, "main": "./scripts/showdown.js", "repository": { "type": "git", "url": "http://github.com/isaacs/github-flavored-markdown" }, "readme": "See:\n[github-flavored-markdown](http://github.github.com/github-flavored-markdown/)\n\nAs an npm package:\n\n npm install github-flavored-markdown\n\nAnd then in your node program:\n\n var ghm = require(\"github-flavored-markdown\")\n ghm.parse(\"I **love** GHM.\\n\\n#2\", \"isaacs/npm\")\n // returns:\n // '

I love GHM. '+\n // '#2

'\n\nTo get the sha/issue/fork links, pass in a second argument specifying\nthe current project that things should be relative to.\n", "_id": "github-flavored-markdown@1.0.1", "dist": { "shasum": "2811101367391ff989a14d58e88c79f0c4169ce4" }, "_from": "git://github.com/hegemonic/github-flavored-markdown.git" }