Skip to content

gaoxiaoliangz/toc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toc.js

Generate the toc of your document

Usage

const tocDOM = toc.generate(document.querySelector('.content'))
// should output toc dom
console.log(tocDOM)