0.4.4 • Published 7 years ago

bisheng-plugin-toc v0.4.4

Weekly downloads
7,160
License
MIT
Repository
github
Last release
7 years ago

bisheng-plugin-toc

npm.io npm package NPM downloads Dependency Status

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