marked-with-custom-heading-ids

0.0.2 • Public • Published

marked

expand marked with custom heading ids feature.

install

npm install marked-with-custom-heading-ids --save

usage

var marked = require('marked-with-custom-heading-ids');
marked(text, { headerIdCreator:function () {
    return Math.floor(Math.random() * 1000)
} })

Package Sidebar

Install

npm i marked-with-custom-heading-ids

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • fancy