A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/syntax-tree/mdast/commit/70076982929a461796b41cb30630eab4050a6f2c below:

Update list of utilities · syntax-tree/mdast@7007698 · GitHub

@@ -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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4