npm install docsify-toc
docsify-toc
Note: I won't be adding features but feel free to add pull requests and if they work/pass tests I'll add them in.
html
`Add JS
`html
`Add settings
`js
window.$docsify = {
toc: {
scope: '.markdown-section',
headings: 'h1, h2, h3, h4, h5, h6',
title: 'Table of Contents',
},
}
``