From 55a29266acc0b83280c8de4589f8f10e6737a32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Staltz?= Date: Tue, 24 Jul 2018 23:54:51 +0300 Subject: [PATCH] Add mdast-move-images-to-root to readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 39e0a3f..eccd106 100644 --- a/readme.md +++ b/readme.md @@ -938,6 +938,8 @@ Yields: — Get the plain text content of a node * [`mdast-flatten-image-paragraphs`](https://gitlab.com/staltz/mdast-flatten-image-paragraphs) — Flatten paragraph and image into one image node +* [`mdast-move-images-to-root`](https://gitlab.com/staltz/mdast-move-images-to-root) + — Moves image nodes up the tree until they are strict children of the root * [`mdast-normalize-headings`](https://github.com/eush77/mdast-normalize-headings) — Ensure at most one top-level heading is in the document * [`mdast-squeeze-paragraphs`](https://github.com/eush77/mdast-squeeze-paragraphs)