1.0.0 • Published 11 years ago
bloody-mdparser v1.0.0
md-parser
returns a stream of parsed markdown from a given glob
install
$ npm install bloody-mdparserrequire
var mdParser = require("bloody-mdparser")api
mdParser(glob) > stream
fetches files matching the given glob and passes to the returned stream the given structure :
{
html : "string <em>(parsed markdown)</em>",
meta : { /* metadata object */ }
}1.0.0
11 years ago