We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e6d45 commit d7df79aCopy full SHA for d7df79a
readme.md
@@ -170,6 +170,15 @@ Yields in `map`:
170
Always use [`hast-util-santize`][sanitize] when transforming to
171
[**hast**][hast].
172
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
182
## Contribute
183
184
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
0 commit comments