@@ -394,8 +394,10 @@ The rest is sorted alphabetically based on content after `hast-util-`
394
394
— Convert a Node to React, Virtual DOM, Hyperscript, and more
395
395
* [ ` hast-util-assert ` ] ( https://github.com/syntax-tree/hast-util-assert )
396
396
— 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 )
398
398
— 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
399
401
* [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
400
402
— Check if ` node ` is embedded content
401
403
* [ ` 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-`
404
406
— Transform a DOM tree to hast
405
407
* [ ` hast-util-from-parse5 ` ] ( https://github.com/syntax-tree/hast-util-from-parse5 )
406
408
— 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
407
411
* [ ` hast-util-from-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-from-string )
408
412
— Set the plain-text value of a node (` textContent ` )
409
413
* [ ` 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-`
459
463
* [ ` hast-util-to-jsx ` ] ( https://github.com/mapbox/jsxtreme-markdown/tree/master/packages/hast-util-to-jsx )
460
464
— Transform hast to JSX
461
465
* [ ` hast-util-to-mdast ` ] ( https://github.com/syntax-tree/hast-util-to-mdast )
462
- — Transform hast to mdast
466
+ — Transform hast to mdast (markdown)
463
467
* [ ` 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)
465
469
* [ ` hast-util-to-parse5 ` ] ( https://github.com/syntax-tree/hast-util-to-parse5 )
466
470
— 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
467
473
* [ ` hast-util-to-snabbdom ` ] ( https://github.com/syntax-tree/hast-util-to-snabbdom )
468
474
— Transform to a Snabbdom tree
469
475
* [ ` hast-util-to-string ` ] ( https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-to-string )
470
476
— Get the plain-text value of a node (` textContent ` )
471
477
* [ ` hast-util-to-text ` ] ( https://github.com/syntax-tree/hast-util-to-text )
472
478
— 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)
473
481
* [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
474
482
— Check if ` node ` is transparent content
475
483
* [ ` hast-util-whitespace ` ] ( https://github.com/syntax-tree/hast-util-whitespace )
0 commit comments