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.
1 parent 1e6a62d commit 0f89c6dCopy full SHA for 0f89c6d
readme.md
@@ -159,6 +159,8 @@ openings for [cross-site scripting (XSS)][xss] attacks.
159
— Transform [hast][] to [nlcst][]
160
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
161
— Transform [hast][] to [mdast][]
162
+* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
163
+ — Transform [hast][] to [xast][]
164
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
165
— Transform [mdast][] to [hast][]
166
@@ -222,6 +224,8 @@ abide by its terms.
222
224
223
225
[hast]: https://github.com/syntax-tree/hast
226
227
+[xast]: https://github.com/syntax-tree/xast
228
+
229
[remark-retext]: https://github.com/remarkjs/remark-retext
230
231
[vfile]: https://github.com/vfile/vfile
0 commit comments