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 @@ -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
14071408careful with user input and use [ ` hast-util-santize ` ] [ sanitize ] to make the hast
14081409tree 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
14121422See [ ` contributing.md ` ] [ contributing ] in [ ` syntax-tree/.github ` ] [ health ] for
You can’t perform that action at this time.
0 commit comments