Skip to content
Markdown

Markdown Cleaner

Strip trailing spaces, zero-width characters, and extra blank lines.

How it works

  1. 1Paste Markdown that has invisible cruft.
  2. 2The cleaner strips trailing spaces, zero-width characters, and excess blanks.
  3. 3Copy the clean result.

Use cases

  • Fix text copied from word processors or PDFs.
  • Remove hidden characters that break diffs.
  • Collapse runaway blank lines.

Frequently asked questions

What are zero-width characters?

Invisible Unicode characters (like U+200B) that sneak in from copy-paste and can break rendering or search; the cleaner removes them.

Does it merge paragraphs?

No. It keeps single blank lines between blocks and only collapses three or more in a row.

Is anything sent to a server?

No — it all runs locally.

See all →