From e1e997cb871d67d231658633265092c4a0f76539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Staltz?= Date: Sun, 22 Jul 2018 16:29:32 +0300 Subject: [PATCH] Add `mdast-flatten-listitem-paragraphs` to list of plugins Closes GH-19. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e35cd69..39e0a3f 100644 --- a/readme.md +++ b/readme.md @@ -924,6 +924,8 @@ Yields: — Make an MDAST tree compact * [`mdast-util-definitions`](https://github.com/syntax-tree/mdast-util-definitions) — Find definition nodes +* [`mdast-flatten-listitem-paragraphs`](https://gitlab.com/staltz/mdast-flatten-listitem-paragraphs) + — Flatten listItem and (nested) paragraph into one listItem node * [`mdast-flatten-nested-lists`](https://gitlab.com/staltz/mdast-flatten-nested-lists) — Transforms an MDAST tree to avoid lists inside lists * [`mdast-util-heading-range`](https://github.com/syntax-tree/mdast-util-heading-range)