Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 780 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 780 Bytes

JS-MarkDown

NPM Version License

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