@@ -143,55 +143,55 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
143143### List of Utilities
144144
145145* [ ` unist-util-assert ` ] ( https://github.com/syntax-tree/unist-util-assert )
146- — Assert Unist nodes;
146+ — Assert Unist nodes
147147* [ ` unist-util-filter ` ] ( https://github.com/eush77/unist-util-filter )
148- — Create a new tree with all nodes that pass the given function;
148+ — Create a new tree with all nodes that pass the given function
149149* [ ` unist-util-find ` ] ( https://github.com/blahah/unist-util-find )
150- — Find a node by condition;
150+ — Find a node by condition
151151* [ ` unist-util-find-after ` ] ( https://github.com/syntax-tree/unist-util-find-after )
152- — Find a node after another node;
152+ — Find a node after another node
153153* [ ` unist-util-find-all-after ` ] ( https://github.com/syntax-tree/unist-util-find-all-after )
154- — Find nodes after another node or position;
154+ — Find nodes after another node or position
155155* [ ` unist-util-find-all-before ` ] ( https://github.com/syntax-tree/unist-util-find-all-before )
156- — Find nodes before another node or position;
156+ — Find nodes before another node or position
157157* [ ` unist-util-find-all-between ` ] ( https://github.com/mrzmmr/unist-util-find-all-between )
158- — Find nodes between two nodes or positions;
158+ — Find nodes between two nodes or positions
159159* [ ` unist-util-find-before ` ] ( https://github.com/syntax-tree/unist-util-find-before )
160- — Find a node before another node;
160+ — Find a node before another node
161161* [ ` unist-util-generated ` ] ( https://github.com/syntax-tree/unist-util-generated )
162- — Check if a node is generated;
162+ — Check if a node is generated
163163* [ ` unist-util-index ` ] ( https://github.com/eush77/unist-util-index )
164- — Index nodes by property or computed key;
164+ — Index nodes by property or computed key
165165* [ ` unist-util-inspect ` ] ( https://github.com/syntax-tree/unist-util-inspect )
166- — Node inspector;
166+ — Node inspector
167167* [ ` unist-util-is ` ] ( https://github.com/syntax-tree/unist-util-is )
168168 — Check if a node passes a test
169169* [ ` unist-util-map ` ] ( https://github.com/azu/unist-util-map )
170- — Create a new tree by mapping nodes;
170+ — Create a new tree by mapping nodes
171171* [ ` unist-util-modify-children ` ] ( https://github.com/syntax-tree/unist-util-modify-children )
172- — Modify direct children of a parent;
172+ — Modify direct children of a parent
173173* [ ` unist-util-parents ` ] ( https://github.com/eush77/unist-util-parents )
174- — ` parent ` references on nodes;
174+ — ` parent ` references on nodes
175175* [ ` unist-util-position ` ] ( https://github.com/syntax-tree/unist-util-position )
176- — Get the position of nodes;
176+ — Get the position of nodes
177177* [ ` unist-util-remove ` ] ( https://github.com/eush77/unist-util-remove )
178- — Remove nodes from Unist trees;
178+ — Remove nodes from Unist trees
179179* [ ` unist-util-remove-position ` ] ( https://github.com/syntax-tree/unist-util-remove-position )
180- — Remove ` position ` s from a unist tree;
180+ — Remove ` position ` s from a unist tree
181181* [ ` unist-util-select ` ] ( https://github.com/eush77/unist-util-select )
182- — Select nodes with CSS-like selectors;
182+ — Select nodes with CSS-like selectors
183183* [ ` unist-util-source ` ] ( https://github.com/syntax-tree/unist-util-source )
184- — Get the source of a value (node, location);
184+ — Get the source of a value (node, location)
185185* [ ` unist-util-stringify-position ` ] ( https://github.com/syntax-tree/unist-util-stringify-position )
186- — Stringify a node, location, or position;
186+ — Stringify a node, location, or position
187187* [ ` unist-util-visit ` ] ( https://github.com/syntax-tree/unist-util-visit )
188- — Recursively walk over nodes;
188+ — Recursively walk over nodes
189189* [ ` unist-util-visit-parents ` ] ( https://github.com/syntax-tree/unist-util-visit-parents )
190- — Recursively walk over nodes, with a stack of parents;
190+ — Recursively walk over nodes, with a stack of parents
191191* [ ` unist-util-visit-children ` ] ( https://github.com/syntax-tree/unist-util-visit-children )
192- — Visit direct children of a parent;
192+ — Visit direct children of a parent
193193* [ ` unist-builder ` ] ( https://github.com/eush77/unist-builder )
194- — Helper for creating trees.
194+ — Helper for creating trees
195195
196196<!-- Definitions -->
197197
0 commit comments