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].
70
70
* [ List of utilities] ( #list-of-utilities )
71
71
* [ References] ( #references )
72
72
* [ Security] ( #security )
73
+ * [ Related] ( #related )
73
74
* [ Contribute] ( #contribute )
74
75
* [ Acknowledgments] ( #acknowledgments )
75
76
* [ License] ( #license )
@@ -1407,6 +1408,15 @@ When transforming to HTML (typically through [**hast**][hast]), always be
1407
1408
careful with user input and use [ ` hast-util-santize ` ] [ sanitize ] to make the hast
1408
1409
tree safe.
1409
1410
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
+
1410
1420
## Contribute
1411
1421
1412
1422
See [ ` contributing.md ` ] [ contributing ] in [ ` syntax-tree/.github ` ] [ health ] for
You can’t perform that action at this time.
0 commit comments