We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hast-util-to-mdast
1 parent 40a2829 commit fff81e1Copy full SHA for fff81e1
readme.md
@@ -96,6 +96,8 @@ alphabetically based on content after `hast-util-`
96
— Check if `node` is sectioning content;
97
* [`hast-util-to-html`](https://github.com/syntax-tree/hast-util-to-html)
98
— Stringify nodes to HTML;
99
+* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
100
+ — Transform HAST to MDAST;
101
* [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst)
102
— Transform HAST to NLCST;
103
* [`hast-util-to-parse5`](https://github.com/syntax-tree/hast-util-to-parse5)
0 commit comments