UNPKG

218 BMarkdownView Raw
1# `hast-wrap-headings`
2
3> Wrap flat html tag list (from markdown ast) with section divs for different levels
4
5## Usage
6
7```js
8const wrapHeadings = require('@arcblock/hast-wrap-headings');
9
10// TODO: DEMONSTRATE API
11```