Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down