Skip to content

Commit

Permalink
Add unist-util-replace-all-between to list of utilities
Browse files Browse the repository at this point in the history
Closes GH-68.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
crutchcorn committed Apr 28, 2022
1 parent 3d0d9bb commit 26f0395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ unist:
— remove nodes from trees
* [`unist-util-remove-position`](https://github.com/syntax-tree/unist-util-remove-position)
— remove positional info from trees
* [`unist-util-replace-all-between`](https://github.com/unicorn-utterances/unist-util-replace-all-between)
— replace nodes between two nodes or positions
* [`unist-util-select`](https://github.com/syntax-tree/unist-util-select)
— select nodes with CSS-like selectors
* [`unist-util-size`](https://github.com/syntax-tree/unist-util-size)
Expand Down

0 comments on commit 26f0395

Please sign in to comment.