UNPKG

@jsdevtools/rehype-toc

Version:

A rehype plugin that adds a table of contents (TOC) to the page

6 lines (5 loc) 162 B
import { toc } from "./rehype-toc"; export { CssClasses, InsertPosition, Options } from "./options"; export * from "./types"; export { toc }; export default toc;