js-markdown

1.1.5 • Public • Published

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

Package Sidebar

Install

npm i js-markdown

Weekly Downloads

6

Version

1.1.5

License

MIT

Unpacked Size

66.6 kB

Total Files

38

Last publish

Collaborators

  • fatalxiao