File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ The utility [`hast-util-to-parse5`][hast-util-to-parse5] does the inverse of
3838this utility.
3939It generates ` parse5 ` s AST again.
4040
41- The rehype plugin [ ` rehype-parse ` ] [ rehype-parse ] wraps this utility with
42- ` parse5 ` to both parse HTML and generate hast from it at a higher-level (easier)
43- abstraction.
41+ The utility [ ` hast-util-from-html ` ] [ hast-util-from-html ] wraps this utility and
42+ ` parse5 ` to both parse HTML and generate hast from it.
4443
4544## Install
4645
@@ -305,6 +304,6 @@ abide by its terms.
305304
306305[ hast ] : https://github.com/syntax-tree/hast
307306
308- [ node ] : https://github.com/syntax-tree/hast#nodes
307+ [ hast-util-from-html ] : https://github.com/syntax-tree/hast-util-from-html
309308
310- [ rehype-parse ] : https://github.com/rehypejs/rehype/ tree/main/packages/rehype-parse
309+ [ node ] : https://github.com/syntax- tree/hast#nodes
You can’t perform that action at this time.
0 commit comments