Add mdast-util-hidden
to list of utilities · syntax-tree/mdast@5bb157f (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1421,6 +1421,8 @@ See the [unist list of utilities][utilities] for more utilities. | ||
1421 | 1421 | — get the plain text content of a node |
1422 | 1422 | * [`mdast-zone`](https://github.com/syntax-tree/mdast-zone) |
1423 | 1423 | — HTML comments as ranges or markers |
1424 | +* [`mdast-util-hidden`](https://github.com/Xunnamius/unified-utils/tree/main/packages/mdast-util-hidden) | |
1425 | + — prevent nodes from being seen by transformers. | |
1424 | 1426 | |
1425 | 1427 | ## References |
1426 | 1428 |