Add mdast-util-to-hast
to list of utilities · syntax-tree/mdast@e6e0988 (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -925,6 +925,8 @@ Yields: | ||
925 | 925 | — Ensure at most one top-level heading is in the document; |
926 | 926 | * [`eush77/mdast-squeeze-paragraphs`](https://github.com/eush77/mdast-squeeze-paragraphs) |
927 | 927 | — Remove empty paragraphs; |
928 | +* [`wooorm/mdast-util-to-hast`](https://github.com/wooorm/mdast-util-to-hast) | |
929 | + — Transform MDAST to HAST; | |
928 | 930 | * [`wooorm/mdast-zone`](https://github.com/wooorm/mdast-zone) |
929 | 931 | — HTML comments as ranges or markers. |
930 | 932 |