marked-with-custom-heading-ids
v0.0.2
Published
marked-with-custom-heading-ids
Downloads
1
Readme
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)
} })