bisheng-plugin-toc
v0.4.4
Published
Generate a Table of Contents (TOC) for Markdown files.
Downloads
1,667
Readme
bisheng-plugin-toc
Generate a Table of Contents (TOC) for Markdown files in bisheng
.
Usage
Install:
npm i --save bisheng-plugin-toc
Add 'bisheng-plugin-toc to bisehng.config.js
's plugins.
module.exports = {
plugins: ['bisheng-plugin-toc?maxDepth=2'],
};
In template:
<div>
{ utils.toReactComponent(pageData.toc) }
</div>
API
maxDepth: Number
default: 6
keepElem: Boolean
default: false
Whether to keep elements in heading text.
License
MIT