File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -382,13 +382,15 @@ See the [unist glossary][glossary].
382
382
See the [ unist list of utilities] [ utilities ] for more utilities.
383
383
384
384
* [ ` xastscript ` ] ( https://github.com/syntax-tree/xastscript )
385
- — Create xast trees
385
+ — create xast trees
386
386
* [ ` xast-util-from-xml ` ] ( https://github.com/syntax-tree/xast-util-from-xml )
387
- — Parse from XML to xast
387
+ — parse from XML to xast
388
+ * [ ` xast-util-to-string ` ] ( https://github.com/syntax-tree/xast-util-to-string )
389
+ — get the text value of xast trees
388
390
* [ ` xast-util-to-xml ` ] ( https://github.com/syntax-tree/xast-util-to-xml )
389
- — Serialize xast to XML
391
+ — serialize xast to XML
390
392
* [ ` hast-util-to-xast ` ] ( https://github.com/syntax-tree/hast-util-to-xast )
391
- — Transform hast to xast
393
+ — transform hast to xast
392
394
393
395
## References
394
396
You can’t perform that action at this time.
0 commit comments