A docsify plugin to display ToC for each page
npm install docsify-plugin-toc> page's ToC for docsify.

 的 Blog")
1. Configure docsify-plugin-toc:
``html`
2. Insert style/script into docsify document:
`html
`
| Argument | Type | Description |
| --- | --- | --- |
| tocMaxLevel | number | The maximum depth of the headings printed on the ToC. If you set tocMaxLevel to 3, I recommend you to set subMaxLevel to 2 avoid ToC duplication. |target
| | string | The target heading printed on the ToC. It's used as an argument to query DOM with querySelectorAll() |ignoreHeaders
| | string[]` | ignore header name keywrod list, (e.g. ['develop', /develop/i], support Regular expressions) |