rehype plugin that wraps section based on heading
npm install @hbsnow/rehype-sectionize!test workflow

There is already [rehype-section][rehype-section] in the library for sectioning. But it could not change the class of section. In addition, sections could not have the slug of heading in the data attribute. I was referred [rehype-section][rehype-section]. Thanks.
```
npm i -D @hbsnow/rehype-sectionize
`html`h1
h2
h3
`html`
h1
h2
h3
| option | type | default | description |
| ------------------- | ----------------------- | ----------------- | ------------------------------ |
| properties | hastscript.Properties | {} | Attributes assigned to section |enableRootSection
| | boolean | false | Section to wrap all |rankPropertyName
| | string | dataHeadingRank | Name of rank data attribute |idPropertyName
| | string | ariaLabelledby` | Name of id data attribute |
[MIT][license] © [hbsnow][author]
[license]: license
[author]: https://hbsnow.dev
[rehype-section]: https://github.com/agentofuser/rehype-section