$ cnpm install bisheng-plugin-toc
Generate a Table of Contents (TOC) for Markdown files in bisheng
.
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>
default: 6
default: false
Whether to keep elements in heading text.
MIT
Copyright 2013 - present © cnpmjs.org