Guide - Mac clipboard - hidden formatting
Remove hidden formatting from copied text on Mac.
When text looks clean before you copy it but changes after paste, hidden clipboard formatting is usually the reason.
Short answer
The Mac clipboard can store plain text, rich text, HTML, links, images, and app-specific formats at the same time.
The practical fix is to clean the text before paste, then let the destination app handle simpler content.
Why this paste problem happens
The Mac clipboard can store plain text, rich text, HTML, links, images, and app-specific formats at the same time.
The destination app decides which clipboard format to use. That is why the same copied text can behave differently in Mail, Slack, Word, Google Docs, or Teams.
Hidden formatting can include font styles, paragraph margins, list metadata, smart punctuation, and Markdown-like artifacts.
A concrete broken and cleaned example
Broken example: Hidden source formatting
<span style="font-family: Georgia; font-size: 22px">“Priority” — copied from a browser</span>
<!-- hidden: margin-bottom: 28px; line-height: 1.8 -->
<p><strong>Send update</strong> with extra paragraph spacing</p>Cleaned example: Clean clipboard text
"Priority" - copied from a browser
Send update with normal paragraph spacingManual fix
The manual fix is to force the clipboard down to simpler text before final paste.
- Use Paste and Match Style if the destination supports it.
- Paste into a plain text editor as a temporary cleaning step.
- Remove Markdown markers, extra blank lines, and source-specific symbols.
- Rebuild bullets or links only where needed.
- Use the final app's own formatting controls after the text is clean.
Where the manual fix breaks down
- Plain text detours remove useful structure.
- Paste and Match Style behaves differently across apps.
- Manual cleanup is easy to forget when working quickly.
When you do not need Purifai
- You only paste into plain-text fields.
- The source and destination app already agree on formatting.
- The copied text is short enough to retype or clean manually.
When Purifai is worth it
Purifai is worth it when hidden formatting repeatedly causes font, spacing, punctuation, or list problems.
- Clean the copied text before it reaches the destination app.
- Normalize smart quotes, dashes, extra spacing, and Markdown leftovers.
- Help keep enough structure for everyday email, docs, and chat workflows.
- Process text locally on your Mac.
Clean paste is not the same as rewriting
Purifai does not write for you. It only cleans text you already chose.
FAQ
What is hidden formatting?
Hidden formatting is style or structure stored with copied text, such as fonts, HTML, paragraph spacing, links, and list metadata.
Why can I not see hidden formatting before pasting?
The clipboard can contain multiple formats. You usually only see the source rendering, not every format stored for paste.
Does removing hidden formatting mean plain text only?
Not necessarily. The useful middle ground is removing source styling while keeping readable paragraphs, simple lists, and links where possible.