File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,17 @@ Yields:
280
280
` hast-util-select ` does not change the syntax tree so there are no openings for
281
281
[ cross-site scripting (XSS)] [ xss ] attacks.
282
282
283
+ ## Related
284
+
285
+ * [ ` unist-util-select ` ] ( https://github.com/syntax-tree/unist-util-select )
286
+ — select unist nodes with CSS-like selectors
287
+ * [ ` hast-util-find-and-replace ` ] ( https://github.com/syntax-tree/hast-util-find-and-replace )
288
+ — find and replace text in a hast tree
289
+ * [ ` hast-util-parse-selector ` ] ( https://github.com/syntax-tree/hast-util-parse-selector )
290
+ — create an element from a simple CSS selector
291
+ * [ ` hast-util-from-selector ` ] ( https://github.com/syntax-tree/hast-util-from-selector )
292
+ — create an element from a complex CSS selector
293
+
283
294
## Contribute
284
295
285
296
See [ ` contributing.md ` in ` syntax-tree/.github ` ] [ contributing ] for ways to get
You can’t perform that action at this time.
0 commit comments