A markdown language js compiler.
NPM
$ npm install js-markdown --save
import Markdown from 'js-markdown';
let data = ' ... ',
html = Markdown.parse(data);
Examples can be found in the examples folder.
Run Demo
$ npm run demo
This project is licensed under the terms of the MIT license