Skip to content

Commit 194e498

Browse files
authored
Add hast-util-shift-heading to list of utilities
1 parent b9bc318 commit 194e498

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,14 @@ The rest is sorted alphabetically based on content after `hast-util-`
438438
— Reparse a HAST tree
439439
* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)
440440
— Sanitise nodes
441-
* [`hast-util-select`](https://github.com/syntax-tree/hast-util-select)
442-
`querySelector`, `querySelectorAll`, and `matches`
443441
* [`hast-util-script-supporting`](https://github.com/syntax-tree/hast-util-script-supporting)
444442
— Check if `node` is script-supporting content
443+
* [`hast-util-select`](https://github.com/syntax-tree/hast-util-select)
444+
`querySelector`, `querySelectorAll`, and `matches`
445445
* [`hast-util-sectioning`](https://github.com/syntax-tree/hast-util-sectioning)
446446
— Check if `node` is sectioning content
447+
* [`hast-util-shift-heading`](https://github.com/syntax-tree/hast-util-shift-heading)
448+
— Change heading rank (depth, level)
447449
* [`hast-util-table-cell-style`](https://github.com/mapbox/hast-util-table-cell-style)
448450
— Transform deprecated styling attributes on table cells to inline styles
449451
* [`hast-util-to-dom`](https://github.com/syntax-tree/hast-util-to-dom)

0 commit comments

Comments
 (0)