Skip to content

Commit bbb371a

Browse files
committed
Add list of related projects
1 parent 4e23003 commit bbb371a

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
@@ -32,6 +32,7 @@ The latest released version is [`2.3.0`][latest].
3232
* [Related HTML Utilities](#related-html-utilities)
3333
* [References](#references)
3434
* [Security](#security)
35+
* [Related](#related)
3536
* [Contribute](#contribute)
3637
* [Acknowledgments](#acknowledgments)
3738
* [License](#license)
@@ -579,6 +580,15 @@ As hast represents HTML, and improper use of HTML can open you up to a
579580
Always be careful with user input and use [`hast-util-santize`][sanitize] to
580581
make the hast tree safe.
581582

583+
## Related
584+
585+
* [mdast](https://github.com/syntax-tree/mdast)
586+
— Markdown Abstract Syntax Tree format
587+
* [nlcst](https://github.com/syntax-tree/nlcst)
588+
— Natural Language Concrete Syntax Tree format
589+
* [xast](https://github.com/syntax-tree/xast)
590+
— Extensible Abstract Syntax Tree
591+
582592
## Contribute
583593

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

0 commit comments

Comments
 (0)