Skip to content

Commit 7007698

Browse files
committed
Update list of utilities
1 parent 8b081fb commit 7007698

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

readme.md

+36-6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)