Skip to content

fatalxiao/js-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published