Skip to content

Commit 684631f

Browse files
committed
Add list of related projects
1 parent 789b642 commit 684631f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The latest released version is [`3.0.0`][latest].
7070
* [List of utilities](#list-of-utilities)
7171
* [References](#references)
7272
* [Security](#security)
73+
* [Related](#related)
7374
* [Contribute](#contribute)
7475
* [Acknowledgments](#acknowledgments)
7576
* [License](#license)
@@ -1407,6 +1408,15 @@ When transforming to HTML (typically through [**hast**][hast]), always be
14071408
careful with user input and use [`hast-util-santize`][sanitize] to make the hast
14081409
tree safe.
14091410

1411+
## Related
1412+
1413+
* [hast](https://github.com/syntax-tree/hast)
1414+
— Hypertext Abstract Syntax Tree format
1415+
* [nlcst](https://github.com/syntax-tree/nlcst)
1416+
— Natural Language Concrete Syntax Tree format
1417+
* [xast](https://github.com/syntax-tree/xast)
1418+
— Extensible Abstract Syntax Tree
1419+
14101420
## Contribute
14111421

14121422
See [`contributing.md`][contributing] in [`syntax-tree/.github`][health] for

0 commit comments

Comments
 (0)