Skip to content

Commit f030dd4

Browse files
committed
Add list of related projects
1 parent 50b7588 commit f030dd4

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
@@ -137,6 +137,19 @@ of `source`:
137137
`hast-util-to-nlcst` does not change the original syntax tree so there are no
138138
openings for [cross-site scripting (XSS)][xss] attacks.
139139

140+
## Related
141+
142+
* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
143+
— transform mdast to nlcst
144+
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
145+
— transform mdast to hast
146+
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
147+
— transform hast to mdast
148+
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
149+
— transform hast to xast
150+
* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize)
151+
— sanitize hast nodes
152+
140153
## Contribute
141154

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

0 commit comments

Comments
 (0)