yashprit / broccoli-html

convert markdown to html using html-md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broccoli-html NPM version Build Status Dependency Status

convert markdown to html using html-md

Issues with the output should be reported on the html-md issue tracker

Install

$ npm install --save-dev broccoli-html

Usage

var broccoliHtml = require('broccoli-html');

tree = broccoliHtml(tree);

API

broccoliHtml(tree)

Run Test

npm test

Contribute or Report Issue

For bugs and feature requests, please create an issue.

License

MIT © Yashprit

About

convert markdown to html using html-md

License:MIT License


Languages

Language:JavaScript 94.4%Language:HTML 5.6%