File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
579580Always be careful with user input and use [ ` hast-util-santize ` ] [ sanitize ] to
580581make 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
584594See [ ` contributing.md ` ] [ contributing ] in [ ` syntax-tree/.github ` ] [ health ] for
You can’t perform that action at this time.
0 commit comments