1.1.5 • Published 3 years ago

js-markdown v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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

1.1.5

3 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago