/js-markdown

A markdown language js compiler.

Primary LanguageJavaScriptMIT LicenseMIT

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