UNPKG

remark-sectionize

Version:

Wrap content below each heading in a <section> element

8 lines (6 loc) 171 B
declare module 'remark-sectionize' { import type { Plugin } from 'unified' import type { Root } from 'mdast' let plugin: Plugin<[], Root> export default plugin }