Skip to content

Commit 817a3db

Browse files
committed
Add list of related projects
1 parent 5ff3d83 commit 817a3db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,17 @@ Yields:
280280
`hast-util-select` does not change the syntax tree so there are no openings for
281281
[cross-site scripting (XSS)][xss] attacks.
282282

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+
283294
## Contribute
284295

285296
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)