Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 694 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 694 Bytes

Docsify Table of Contents


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.

To use

Add stylesheet

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/toc.css">

Add JS

<script src="https://unpkg.com/[email protected]/dist/toc.js"></script>

Add settings

window.$docsify = {
  toc: {
    scope: '.markdown-section',
    headings: 'h1, h2, h3, h4, h5, h6',
    title: 'Table of Contents',
  },
}

TODO

  • Tests
  • Example
  • Documentation