Skip to content

Commit 7aae66d

Browse files
committed
Add section on related projects
1 parent f7a17d8 commit 7aae66d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This document describes version 1.0.0 of **NLCST**.
2929
* [WhiteSpace](#whitespace)
3030
* [Source](#source)
3131
* [TextNode](#textnode)
32+
* [Related](#related)
3233
* [License](#license)
3334

3435
## List of Utilities
@@ -152,6 +153,14 @@ interface TextNode < Text {
152153
}
153154
```
154155

156+
## Related
157+
158+
* [retext][]
159+
* [unist][]
160+
* [vfile][]
161+
* [hast][]
162+
* [mdast][]
163+
155164
## License
156165

157166
MIT © Titus Wormer
@@ -171,3 +180,13 @@ MIT © Titus Wormer
171180
[symbol]: #symbol
172181

173182
[changelog]: https://github.com/syntax-tree/nlcst/releases
183+
184+
[retext]: https://github.com/wooorm/retext
185+
186+
[vfile]: https://github.com/vfile/vfile
187+
188+
[unist]: https://github.com/syntax-tree/unist
189+
190+
[hast]: https://github.com/syntax-tree/hast
191+
192+
[mdast]: https://github.com/syntax-tree/mdast

0 commit comments

Comments
 (0)