0.4.3 • Published 7 years ago

md-plus v0.4.3

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

md-plus

A markdown parser and compiler. Built for speed.

NPM version

Based on marked.js(https://github.com/chjj/marked) , but add support for table of content.Table of content is generated from the headings that follow the TOC marker.

Install

Install nodejs

Then run command:

npm install md-plus --save

Usage

The library usage is exactly the same as that of marked.

To use the TOC support, do the following:

  • Insert [TOC] in the markdown file to generate table of content in the html output.

License

MIT

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.6

7 years ago