@@ -394,8 +394,10 @@ The rest is sorted alphabetically based on content after `hast-util-`
394394 — Convert a Node to React, Virtual DOM, Hyperscript, and more
395395* [ ` hast-util-assert ` ] ( https://github.com/syntax-tree/hast-util-assert )
396396 — Assert hast nodes
397- * [ ` hast-util-class-list ` ] ( https://github.com/brechtcs /hast-util-class-list )
397+ * [ ` hast-util-class-list ` ] ( https://github.com/shredsnews /hast-util-class-list )
398398 — Simulate the browser’s ` classList ` API for hast nodes
399+ * [ ` hast-util-classnames ` ] ( https://github.com/syntax-tree/hast-util-classnames )
400+ — Merge class names together
399401* [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
400402 — Check if ` node ` is embedded content
401403* [ ` hast-util-find-and-replace ` ] ( https://github.com/syntax-tree/hast-util-find-and-replace )
@@ -404,6 +406,8 @@ The rest is sorted alphabetically based on content after `hast-util-`
404406 — Transform a DOM tree to hast
405407* [ ` hast-util-from-parse5 ` ] ( https://github.com/syntax-tree/hast-util-from-parse5 )
406408 — Transform Parse5’s AST to hast
409+ * [ ` hast-util-from-selector ` ] ( https://github.com/syntax-tree/hast-util-from-selector )
410+ — Create an element from a complex CSS selector
407411* [ ` hast-util-from-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-from-string )
408412 — Set the plain-text value of a node (` textContent ` )
409413* [ ` hast-util-from-text ` ] ( https://github.com/syntax-tree/hast-util-from-text )
@@ -459,17 +463,21 @@ The rest is sorted alphabetically based on content after `hast-util-`
459463* [ ` hast-util-to-jsx ` ] ( https://github.com/mapbox/jsxtreme-markdown/tree/master/packages/hast-util-to-jsx )
460464 — Transform hast to JSX
461465* [ ` hast-util-to-mdast ` ] ( https://github.com/syntax-tree/hast-util-to-mdast )
462- — Transform hast to mdast
466+ — Transform hast to mdast (markdown)
463467* [ ` hast-util-to-nlcst ` ] ( https://github.com/syntax-tree/hast-util-to-nlcst )
464- — Transform hast to nlcst
468+ — Transform hast to nlcst (natural language)
465469* [ ` hast-util-to-parse5 ` ] ( https://github.com/syntax-tree/hast-util-to-parse5 )
466470 — Transform hast to Parse5’s AST
471+ * [ ` hast-util-to-portable-text ` ] ( https://github.com/rexxars/hast-util-to-portable-text )
472+ — Transform hast to portable text
467473* [ ` hast-util-to-snabbdom ` ] ( https://github.com/syntax-tree/hast-util-to-snabbdom )
468474 — Transform to a Snabbdom tree
469475* [ ` hast-util-to-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-to-string )
470476 — Get the plain-text value of a node (` textContent ` )
471477* [ ` hast-util-to-text ` ] ( https://github.com/syntax-tree/hast-util-to-text )
472478 — Get the plain-text value of a node (` innerText ` )
479+ * [ ` hast-util-to-xast ` ] ( https://github.com/syntax-tree/hast-util-to-xast )
480+ — Transform hast to xast (xml)
473481* [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
474482 — Check if ` node ` is transparent content
475483* [ ` hast-util-whitespace ` ] ( https://github.com/syntax-tree/hast-util-whitespace )
0 commit comments