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