Skip to content

Commit 503981a

Browse files
committed
Add list of related projects
1 parent 3e79f6c commit 503981a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@ This works in a similar way to the [`parse5`][hast-util-from-parse5] version
7373
except that it works directly from the DOM rather than a string of HTML.
7474
Consequently, 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

7889
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)