UNPKG

@podlite/toc

Version:

'Table of contents' plugin for Podlite markup language

7 lines (6 loc) 266 B
import { Plugin, Plugins } from '@podlite/schema'; import { PodNode } from '@podlite/schema'; export declare const getContentForToc: (node: PodNode) => string; export declare const plugin: Plugin; export declare const PluginRegister: Plugins; export default plugin;