@@ -1387,8 +1387,10 @@ See the [unist list of utilities][utilities] for more utilities.
13871387 — make a tree compact
13881388* [ ` mdast-util-definitions ` ] ( https://github.com/syntax-tree/mdast-util-definitions )
13891389 — 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
13921394* [ ` mdast-flatten-image-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-image-paragraphs )
13931395 — flatten ` paragraph ` and ` image ` into one ` image ` node
13941396* [ ` 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.
13971399 — transform a tree to avoid lists in lists
13981400* [ ` mdast-util-from-adf ` ] ( https://github.com/bitcrowd/mdast-util-from-adf )
13991401 — 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
14001420* [ ` mdast-util-heading-range ` ] ( https://github.com/syntax-tree/mdast-util-heading-range )
14011421 — markdown heading as ranges
14021422* [ ` mdast-util-heading-style ` ] ( https://github.com/syntax-tree/mdast-util-heading-style )
14031423 — 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
14061436* [ ` mdast-move-images-to-root ` ] ( https://gitlab.com/staltz/mdast-move-images-to-root )
14071437 — move image nodes up the tree until they are direct children of the root
14081438* [ ` 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.
14151445 — generate a table of contents from a tree
14161446* [ ` mdast-util-to-hast ` ] ( https://github.com/syntax-tree/mdast-util-to-hast )
14171447 — transform to hast
1448+ * [ ` mdast-util-to-markdown ` ] ( https://github.com/syntax-tree/mdast-util-to-markdown )
1449+ — serialize markdown
14181450* [ ` mdast-util-to-nlcst ` ] ( https://github.com/syntax-tree/mdast-util-to-nlcst )
14191451 — transform to nlcst
14201452* [ ` mdast-util-to-string ` ] ( https://github.com/syntax-tree/mdast-util-to-string )
14211453 — get the plain text content of a node
14221454* [ ` mdast-zone ` ] ( https://github.com/syntax-tree/mdast-zone )
14231455 — 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.
14261456
14271457## References
14281458
0 commit comments