LLM text formatter
Paste messy AI output and strip the formatting junk: stray code fences, excess blank lines, trailing spaces, repeated heading hashes, and empty list markers. Meaning untouched.
🔒 100% private — in-browser
✅ formatting only — no content rewrite
Ready to clean
Paste messy AI output on the left. Formatting artifacts will be removed here, with a copy button ready.
What it fixes
- Stray code fences — lone or unbalanced ``` blocks LLMs sometimes leave behind.
- Blank-line runs — 3+ empty lines collapsed to a clean break.
- Trailing spaces and CRLF→LF newline normalization.
- Heading hashes — #### or deeper normalized to a sensible level.
- Empty list markers — bare
-,*,1.lines removed.
Honest limits
- This cleans formatting — it doesn't rewrite words, fix facts, or change meaning.
- Invisible characters (zero-width, BOM) need the zero-width remover.