npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

broccoli-md

0.2.0

@hemanth

npmHomeRepoSnykSocket
Downloads:7
$ npm install broccoli-md
DailyWeeklyMonthlyYearly

broccoli-md Build Status

Convert markdown to html.

Issues with the output should be reported on the md issue tracker.

Install

npm install --save broccoli-md

Example

var md = require('broccoli-md');
tree = md(tree, options);

License

MIT © Hemanth.HM