From c27ef05108380b7707b98e88e6e2a8e31ce91020 Mon Sep 17 00:00:00 2001 From: Viktor Yakubiv Date: Tue, 12 Mar 2024 13:21:49 +0200 Subject: [PATCH] Add `hast-util-merge` to the list of utilities --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d97f4f5..cd7d7ff 100644 --- a/readme.md +++ b/readme.md @@ -443,6 +443,8 @@ The rest is sorted alphabetically based on content after `hast-util-` — check if `node` is a JavaScript `script` * [`hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable) — check if `node` is labelable +* [`hast-util-merge`](https://github.com/viktor-yakubiv/hast-util-merge) + — merges elements or documents * [`hast-util-parse-selector`](https://github.com/syntax-tree/hast-util-parse-selector) — create an element from a simple CSS selector * [`hast-util-phrasing`](https://github.com/syntax-tree/hast-util-phrasing)