$ npm install broccoli-md
Convert markdown to html.
Issues with the output should be reported on the md issue tracker.
npm install --save broccoli-md
var md = require('broccoli-md'); tree = md(tree, options);
MIT © Hemanth.HM