rehype-sectionize-headings

1.0.0-rc.1 • Public • Published



rehype-sectionize-headings

Separates headings into sections in Rehype


rehype-sectionize-headings Creates sections based on h2 and h3 headings in Rehype.

Usage

To wrap h2's and h3's:

import wrap from 'rehype-sectionize-headings'

hast = wrap(hast)

Or to specify class names:

hast = wrap(hast, {
  h2: {
    sectionClass: ['h2-section'],
    bodyClass: ['body']
  },
  h3: {
    sectionClass: ['h3-section'],
    bodyClass: ['body']
  }
})

Thanks

rehype-sectionize-headings © 2018+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz

 

Readme

Keywords

Package Sidebar

Install

npm i rehype-sectionize-headings

Weekly Downloads

1

Version

1.0.0-rc.1

License

MIT

Unpacked Size

19.4 kB

Total Files

9

Last publish

Collaborators

  • rstacruz