From d2d2e3f710e4635843a3232e881e6dff384944fb Mon Sep 17 00:00:00 2001 From: Bernard Date: Sat, 29 Oct 2022 22:07:49 -0500 Subject: [PATCH] Add a reference to `mdast-util-hidden` Available here: https://github.com/Xunnamius/unified-utils/tree/main/packages --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d30f155..8c375e3 100644 --- a/readme.md +++ b/readme.md @@ -1421,6 +1421,8 @@ See the [unist list of utilities][utilities] for more utilities. — get the plain text content of a node * [`mdast-zone`](https://github.com/syntax-tree/mdast-zone) — HTML comments as ranges or markers +* [`mdast-util-hidden`](https://github.com/Xunnamius/unified-utils/tree/main/packages/mdast-util-hidden) + — prevent nodes from being seen by transformers. ## References