// paste-in, junk-out

Your clipboard is full of
invisible garbage.

Copy from Word, Google Docs, or a webpage and you get font tags, tracking spans, and conditional comments riding along for free. Paste it below — the mess comes out the other side as clean text or Markdown. Nothing leaves your browser.

Paste here 0 chars
Clean output 0 chars

What gets stripped

Questions

Does anything get uploaded anywhere?

No. The cleaning happens in your browser with JavaScript. Nothing you paste is sent to a server.

Why does pasted Word text look broken elsewhere?

Word and Outlook wrap content in Microsoft Office markup (MSO) meant for their own renderer. Other editors don't understand it, so you get stray fonts, spacing, and empty tags.

What's the difference between Plain text and Markdown mode?

Plain text strips everything down to words and paragraph breaks. Markdown keeps structure — bold, italics, links, headings, and lists — using standard Markdown syntax.