Skip to content

Commit d7df79a

Browse files
committed
Add list of related projects
1 parent e4e6d45 commit d7df79a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ Yields in `map`:
170170
Always use [`hast-util-santize`][sanitize] when transforming to
171171
[**hast**][hast].
172172

173+
## Related
174+
175+
* [`github-slugger`](https://github.com/Flet/github-slugger)
176+
— Generate a slug just like GitHub does
177+
* [`unist-util-visit`](https://github.com/syntax-tree/unist-util-visit)
178+
— visit nodes
179+
* [`unist-util-visit-parents`][vp]
180+
— like `visit`, but with a stack of parents
181+
173182
## Contribute
174183

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

0 commit comments

Comments
 (0)