Skip to content

Commit 65a3f49

Browse files
committed
Fix sort of list of utilities
1 parent 52bc7bb commit 65a3f49

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,10 +1320,10 @@ See the [unist list of utilities][utilities] for more utilities.
13201320

13211321
<!--lint disable list-item-spacing-->
13221322

1323-
* [`mdast-util-assert`](https://github.com/syntax-tree/mdast-util-assert)
1324-
— Assert nodes
13251323
* [`mdast-add-list-metadata`](https://gitlab.com/staltz/mdast-add-list-metadata)
13261324
— Enhances the metadata of list and listItem nodes
1325+
* [`mdast-util-assert`](https://github.com/syntax-tree/mdast-util-assert)
1326+
— Assert nodes
13271327
* [`mdast-builder`](https://github.com/mike-north/mdast-builder)
13281328
— Build mdast structures with composable functions
13291329
* [`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.
13321332
— Make a tree compact
13331333
* [`mdast-util-definitions`](https://github.com/syntax-tree/mdast-util-definitions)
13341334
— 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
13351337
* [`mdast-flatten-listitem-paragraphs`](https://gitlab.com/staltz/mdast-flatten-listitem-paragraphs)
13361338
— Flatten listItem and (nested) paragraph into one listItem node
13371339
* [`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.
13421344
— Get the style of a heading node
13431345
* [`mdast-util-inject`](https://github.com/anandthakker/mdast-util-inject)
13441346
— 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
13511347
* [`mdast-move-images-to-root`](https://gitlab.com/staltz/mdast-move-images-to-root)
13521348
— Moves image nodes up the tree until they are strict children of the root
13531349
* [`mdast-normalize-headings`](https://github.com/syntax-tree/mdast-normalize-headings)
13541350
— 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
13551353
* [`mdast-squeeze-paragraphs`](https://github.com/syntax-tree/mdast-squeeze-paragraphs)
13561354
— Remove empty paragraphs
13571355
* [`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.
13601358
— Transform to hast
13611359
* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst)
13621360
— 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
13631363
* [`mdast-zone`](https://github.com/syntax-tree/mdast-zone)
13641364
— HTML comments as ranges or markers
13651365

0 commit comments

Comments
 (0)