Skip to content

Commit f37e8b9

Browse files
committed
Add list of related projects
1 parent 50530af commit f37e8b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,19 @@ exiting.
6666
Use of `hast-util-to-parse5` can open you up to a
6767
[cross-site scripting (XSS)][xss] attack if the hast tree is unsafe.
6868

69+
## Related
70+
71+
* [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst)
72+
— transform hast to nlcst
73+
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
74+
— transform hast to mdast
75+
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
76+
— transform hast to xast
77+
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
78+
— transform mdast to hast
79+
* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
80+
— transform mdast to nlcst
81+
6982
## Contribute
7083

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

0 commit comments

Comments
 (0)