Skip to content

Commit cdf4822

Browse files
committed
Add list of related projects
1 parent 8ea1fd7 commit cdf4822

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,21 @@ The verbose info would looks as follows:
139139
Use of `hast-util-from-parse5` can open you up to a
140140
[cross-site scripting (XSS)][xss] attack if Parse5’s AST is unsafe.
141141

142+
## Related
143+
144+
* [`hast-util-to-parse5`](https://github.com/syntax-tree/hast-util-to-parse5)
145+
— transform hast to Parse5’s AST
146+
* [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst)
147+
— transform hast to nlcst
148+
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
149+
— transform hast to mdast
150+
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
151+
— transform hast to xast
152+
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
153+
— transform mdast to hast
154+
* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
155+
— transform mdast to nlcst
156+
142157
## Contribute
143158

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

0 commit comments

Comments
 (0)