@@ -1387,8 +1387,10 @@ See the [unist list of utilities][utilities] for more utilities.
1387
1387
— make a tree compact
1388
1388
* [ ` mdast-util-definitions ` ] ( https://github.com/syntax-tree/mdast-util-definitions )
1389
1389
— find definition nodes
1390
- * [ ` mdast-util-from-quill-delta ` ] ( https://github.com/syntax-tree/mdast-util-from-quill-delta )
1391
- — transform Quill delta to mdast
1390
+ * [ ` mdast-util-directive ` ] ( https://github.com/syntax-tree/mdast-util-directive )
1391
+ — parse and serialize directives
1392
+ * [ ` mdast-util-find-and-replace ` ] ( https://github.com/syntax-tree/mdast-util-find-and-replace )
1393
+ — find and replace text
1392
1394
* [ ` mdast-flatten-image-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-image-paragraphs )
1393
1395
— flatten ` paragraph ` and ` image ` into one ` image ` node
1394
1396
* [ ` mdast-flatten-listitem-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-listitem-paragraphs )
@@ -1397,12 +1399,40 @@ See the [unist list of utilities][utilities] for more utilities.
1397
1399
— transform a tree to avoid lists in lists
1398
1400
* [ ` mdast-util-from-adf ` ] ( https://github.com/bitcrowd/mdast-util-from-adf )
1399
1401
— build mdast syntax tree from Atlassian Document Format (ADF)
1402
+ * [ ` mdast-util-from-markdown ` ] ( https://github.com/syntax-tree/mdast-util-from-markdown )
1403
+ — parse markdown
1404
+ * [ ` mdast-util-frontmatter ` ] ( https://github.com/syntax-tree/mdast-util-frontmatter )
1405
+ — parse and serialize frontmatter
1406
+ * [ ` mdast-util-gfm ` ] ( https://github.com/syntax-tree/mdast-util-gfm )
1407
+ — parse and serialize GFM
1408
+ * [ ` mdast-util-gfm-autolink-literal ` ] ( https://github.com/syntax-tree/mdast-util-gfm-autolink-literal )
1409
+ — parse and serialize GFM autolink literals
1410
+ * [ ` mdast-util-gfm-footnote ` ] ( https://github.com/syntax-tree/mdast-util-gfm-footnote )
1411
+ — parse and serialize GFM footnotes
1412
+ * [ ` mdast-util-gfm-strikethrough ` ] ( https://github.com/syntax-tree/mdast-util-gfm-strikethrough )
1413
+ — parse and serialize GFM strikethrough
1414
+ * [ ` mdast-util-gfm-table ` ] ( https://github.com/syntax-tree/mdast-util-gfm-table )
1415
+ — parse and serialize GFM tables
1416
+ * [ ` mdast-util-gfm-task-list-item ` ] ( https://github.com/syntax-tree/mdast-util-gfm-task-list-item )
1417
+ — parse and serialize GFM task list items
1418
+ * [ ` mdast-util-gridtables ` ] ( https://github.com/syntax-tree/mdast-util-gridtables )
1419
+ — parse and serialize gridtables
1400
1420
* [ ` mdast-util-heading-range ` ] ( https://github.com/syntax-tree/mdast-util-heading-range )
1401
1421
— markdown heading as ranges
1402
1422
* [ ` mdast-util-heading-style ` ] ( https://github.com/syntax-tree/mdast-util-heading-style )
1403
1423
— get the style of a heading node
1404
- * [ ` mdast-util-inject ` ] ( https://github.com/anandthakker/mdast-util-inject )
1405
- — inject a tree into another at a given heading
1424
+ * [ ` mdast-util-hidden ` ] ( https://github.com/Xunnamius/unified-utils/tree/main/packages/mdast-util-hidden )
1425
+ — prevent nodes from being seen by transformers.
1426
+ * [ ` mdast-util-math ` ] ( https://github.com/syntax-tree/mdast-util-math )
1427
+ — parse and serialize math
1428
+ * [ ` mdast-util-mdx ` ] ( https://github.com/syntax-tree/mdast-util-mdx )
1429
+ — parse and serialize MDX
1430
+ * [ ` mdast-util-mdx-expression ` ] ( https://github.com/syntax-tree/mdast-util-mdx-expression )
1431
+ — parse and serialize MDX expressions
1432
+ * [ ` mdast-util-mdx-jsx ` ] ( https://github.com/syntax-tree/mdast-util-mdx-jsx )
1433
+ — parse and serialize MDX JSX
1434
+ * [ ` mdast-util-mdxjs-esm ` ] ( https://github.com/syntax-tree/mdast-util-mdxjs-esm )
1435
+ — parse and serialize MDX ESM
1406
1436
* [ ` mdast-move-images-to-root ` ] ( https://gitlab.com/staltz/mdast-move-images-to-root )
1407
1437
— move image nodes up the tree until they are direct children of the root
1408
1438
* [ ` mdast-normalize-headings ` ] ( https://github.com/syntax-tree/mdast-normalize-headings )
@@ -1415,14 +1445,14 @@ See the [unist list of utilities][utilities] for more utilities.
1415
1445
— generate a table of contents from a tree
1416
1446
* [ ` mdast-util-to-hast ` ] ( https://github.com/syntax-tree/mdast-util-to-hast )
1417
1447
— transform to hast
1448
+ * [ ` mdast-util-to-markdown ` ] ( https://github.com/syntax-tree/mdast-util-to-markdown )
1449
+ — serialize markdown
1418
1450
* [ ` mdast-util-to-nlcst ` ] ( https://github.com/syntax-tree/mdast-util-to-nlcst )
1419
1451
— transform to nlcst
1420
1452
* [ ` mdast-util-to-string ` ] ( https://github.com/syntax-tree/mdast-util-to-string )
1421
1453
— get the plain text content of a node
1422
1454
* [ ` mdast-zone ` ] ( https://github.com/syntax-tree/mdast-zone )
1423
1455
— HTML comments as ranges or markers
1424
- * [ ` mdast-util-hidden ` ] ( https://github.com/Xunnamius/unified-utils/tree/main/packages/mdast-util-hidden )
1425
- — prevent nodes from being seen by transformers.
1426
1456
1427
1457
## References
1428
1458
0 commit comments