From 4ec508ef1bd0f328038f099afde5aa6b1569abab Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 27 Apr 2022 22:42:27 -0700 Subject: [PATCH 1/2] Add unist-util-replace-all-between to list of utilities --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 1844403..490489c 100644 --- a/readme.md +++ b/readme.md @@ -497,6 +497,8 @@ unist: — convert trees to `unist-builder` notation * [`unist-builder-blueprint-cli`](https://github.com/syntax-tree/unist-builder-blueprint-cli) — CLI to convert trees to `unist-builder` notation +* [`unist-util-replace-all-between`](https://github.com/unicorn-utterances/unist-util-replace-all-between) + — replace nodes between two nodes or positions ## References From 1f1a3dbb01a9d2bb008b75be15389a11ea8f646d Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Thu, 28 Apr 2022 08:55:08 -0700 Subject: [PATCH 2/2] chore: correct unist-util-replace-all-between position --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 490489c..5faff83 100644 --- a/readme.md +++ b/readme.md @@ -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) @@ -497,8 +499,6 @@ unist: — convert trees to `unist-builder` notation * [`unist-builder-blueprint-cli`](https://github.com/syntax-tree/unist-builder-blueprint-cli) — CLI to convert trees to `unist-builder` notation -* [`unist-util-replace-all-between`](https://github.com/unicorn-utterances/unist-util-replace-all-between) - — replace nodes between two nodes or positions ## References