1.0.0 • Published 10 years ago

bloody-mdparser v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

md-parser

Build Status

returns a stream of parsed markdown from a given glob

install

$ npm install bloody-mdparser

require

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

10 years ago