Markdown
Markdown Cleaner
Strip trailing spaces, zero-width characters, and extra blank lines.
How it works
- 1Paste Markdown that has invisible cruft.
- 2The cleaner strips trailing spaces, zero-width characters, and excess blanks.
- 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.
Related tools
See all →Markdown Editor
A fast, free online Markdown editor with live side-by-side preview.
Live Markdown Preview
Paste Markdown and see it rendered live, side by side, as you edit.
Split View Markdown Editor
A two-pane Markdown editor with the source and live preview side by side.
Fullscreen Markdown Editor
An immersive, full-window Markdown editor with live preview.