@@ -1320,10 +1320,10 @@ See the [unist list of utilities][utilities] for more utilities.
1320
1320
1321
1321
<!-- lint disable list-item-spacing-->
1322
1322
1323
- * [ ` mdast-util-assert ` ] ( https://github.com/syntax-tree/mdast-util-assert )
1324
- — Assert nodes
1325
1323
* [ ` mdast-add-list-metadata ` ] ( https://gitlab.com/staltz/mdast-add-list-metadata )
1326
1324
— Enhances the metadata of list and listItem nodes
1325
+ * [ ` mdast-util-assert ` ] ( https://github.com/syntax-tree/mdast-util-assert )
1326
+ — Assert nodes
1327
1327
* [ ` mdast-builder ` ] ( https://github.com/mike-north/mdast-builder )
1328
1328
— Build mdast structures with composable functions
1329
1329
* [ ` mdast-comment-marker ` ] ( https://github.com/syntax-tree/mdast-comment-marker )
@@ -1332,6 +1332,8 @@ See the [unist list of utilities][utilities] for more utilities.
1332
1332
— Make a tree compact
1333
1333
* [ ` mdast-util-definitions ` ] ( https://github.com/syntax-tree/mdast-util-definitions )
1334
1334
— Find definition nodes
1335
+ * [ ` mdast-flatten-image-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-image-paragraphs )
1336
+ — Flatten paragraph and image into one image node
1335
1337
* [ ` mdast-flatten-listitem-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-listitem-paragraphs )
1336
1338
— Flatten listItem and (nested) paragraph into one listItem node
1337
1339
* [ ` mdast-flatten-nested-lists ` ] ( https://gitlab.com/staltz/mdast-flatten-nested-lists )
@@ -1342,16 +1344,12 @@ See the [unist list of utilities][utilities] for more utilities.
1342
1344
— Get the style of a heading node
1343
1345
* [ ` mdast-util-inject ` ] ( https://github.com/anandthakker/mdast-util-inject )
1344
1346
— Inject a tree into another at a given heading
1345
- * [ ` mdast-util-phrasing ` ] ( https://github.com/syntax-tree/mdast-util-phrasing )
1346
- — Check if a node is phrasing content
1347
- * [ ` mdast-util-to-string ` ] ( https://github.com/syntax-tree/mdast-util-to-string )
1348
- — Get the plain text content of a node
1349
- * [ ` mdast-flatten-image-paragraphs ` ] ( https://gitlab.com/staltz/mdast-flatten-image-paragraphs )
1350
- — Flatten paragraph and image into one image node
1351
1347
* [ ` mdast-move-images-to-root ` ] ( https://gitlab.com/staltz/mdast-move-images-to-root )
1352
1348
— Moves image nodes up the tree until they are strict children of the root
1353
1349
* [ ` mdast-normalize-headings ` ] ( https://github.com/syntax-tree/mdast-normalize-headings )
1354
1350
— Ensure at most one top-level heading is in the document
1351
+ * [ ` mdast-util-phrasing ` ] ( https://github.com/syntax-tree/mdast-util-phrasing )
1352
+ — Check if a node is phrasing content
1355
1353
* [ ` mdast-squeeze-paragraphs ` ] ( https://github.com/syntax-tree/mdast-squeeze-paragraphs )
1356
1354
— Remove empty paragraphs
1357
1355
* [ ` mdast-util-toc ` ] ( https://github.com/syntax-tree/mdast-util-toc )
@@ -1360,6 +1358,8 @@ See the [unist list of utilities][utilities] for more utilities.
1360
1358
— Transform to hast
1361
1359
* [ ` mdast-util-to-nlcst ` ] ( https://github.com/syntax-tree/mdast-util-to-nlcst )
1362
1360
— Transform to nlcst
1361
+ * [ ` mdast-util-to-string ` ] ( https://github.com/syntax-tree/mdast-util-to-string )
1362
+ — Get the plain text content of a node
1363
1363
* [ ` mdast-zone ` ] ( https://github.com/syntax-tree/mdast-zone )
1364
1364
— HTML comments as ranges or markers
1365
1365
0 commit comments