Markdown Squeeze ParagraphsRemoves empty (whitespace-only) paragraphs in VSCode's markdown preview. OverviewThe CommonMark never emits an empty paragraph on its own, so this plugin does nothing to ordinary hand-written Markdown. Its job is to run after other transforms that can leave an empty Before (a prior transform emptied the middle paragraph):
After:
SyntaxThere is no syntax and no visible change for normal Markdown — paragraphs with real content are always preserved:
[!NOTE]
Because empty paragraphs cannot be written directly in Markdown, the removal behaviour only shows up when another plugin produces one. Place AboutPart of Markdown Preview Extended Syntax — a pack of Markdown preview syntax extensions you can install all at once. Powered by |