bloody-mdparser

1.0.0 • Public • Published

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 */ }
}

Readme

Keywords

none

Package Sidebar

Install

npm i bloody-mdparser

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bloodyowl