We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab69616 commit b6bb34eCopy full SHA for b6bb34e
readme.md
@@ -50,6 +50,15 @@ methods from [`unist-util-assert`][unist-util-assert] are also included.
50
Use of `mdast-util-assert` does not involve [**hast**][hast] so there are no
51
openings for [cross-site scripting (XSS)][xss] attacks.
52
53
+## Related
54
+
55
+* [`unist-util-assert`][unist-util-assert]
56
+ — check [unist](https://github.com/syntax-tree/unist) nodes
57
+* [`hast-util-assert`](https://github.com/syntax-tree/hast-util-assert)
58
+ — check [hast](https://github.com/syntax-tree/hast) nodes
59
+* [`nlcst-test`](https://github.com/syntax-tree/nlcst-test)
60
+ — check [nlcst](https://github.com/syntax-tree/nlcst) nodes
61
62
## Contribute
63
64
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
0 commit comments