We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0093eaa commit e4d5989Copy full SHA for e4d5989
readme.md
@@ -131,6 +131,13 @@ Yields:
131
132
Do not use user input in `replace` or use [`hast-util-santize`][sanitize].
133
134
+## Related
135
+
136
+* [`hast-util-select`](https://github.com/syntax-tree/hast-util-select)
137
+ — `querySelector`, `querySelectorAll`, and `matches`
138
+* [`unist-util-select`](https://github.com/syntax-tree/unist-util-select)
139
+ — select unist nodes with CSS-like selectors
140
141
## Contribute
142
143
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
0 commit comments