File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,17 @@ This works in a similar way to the [`parse5`][hast-util-from-parse5] version
7373except that it works directly from the DOM rather than a string of HTML.
7474Consequently, it does not maintain [ positional info] [ positional-information ] .
7575
76+ ## Related
77+
78+ * [ ` hast-util-from-parse5 ` ] [ hast-util-from-parse5 ]
79+ — Create a hast tree from Parse5’s AST
80+ * [ ` hast-util-sanitize ` ] ( https://github.com/syntax-tree/hast-util-sanitize )
81+ — Sanitize hast nodes
82+ * [ ` hast-util-to-html ` ] ( https://github.com/syntax-tree/hast-util-to-html )
83+ — Create an HTML string
84+ * [ ` hast-util-to-dom ` ] ( https://github.com/syntax-tree/hast-util-to-dom )
85+ — Create a DOM tree from a hast tree
86+
7687## Contribute
7788
7889See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
You can’t perform that action at this time.
0 commit comments