We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mdast-move-images-to-root
1 parent e1e997c commit 0d45035Copy full SHA for 0d45035
readme.md
@@ -938,6 +938,8 @@ Yields:
938
— Get the plain text content of a node
939
* [`mdast-flatten-image-paragraphs`](https://gitlab.com/staltz/mdast-flatten-image-paragraphs)
940
— Flatten paragraph and image into one image node
941
+* [`mdast-move-images-to-root`](https://gitlab.com/staltz/mdast-move-images-to-root)
942
+ — Moves image nodes up the tree until they are strict children of the root
943
* [`mdast-normalize-headings`](https://github.com/eush77/mdast-normalize-headings)
944
— Ensure at most one top-level heading is in the document
945
* [`mdast-squeeze-paragraphs`](https://github.com/eush77/mdast-squeeze-paragraphs)
0 commit comments