page's ToC for docsify. Usage Configure docsify-plugin-toc: window.$docsify = { toc: { tocMaxLevel: 5, target: 'h2, h3, h4, h5, h6', ignoreHeaders: ['<!-- {docsify-ignore} -->', '<!-- {docsify-ignore-all} -->'] }, } Insert style/script into docsify document: <!
-- Also insert you custom css --><!-- body --> (back to top) ArgumentTypeDescription tocMaxLevelnumberThe maximum depth of the headings printed on the ToC. If you settocMaxLevelto 3, I recommend you to setsubMaxLevelto 2 avoid ToC duplication. targetstringThe target heading printed ...