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