Copy Claude answers without formatting symbols
The Problem with Markdown Symbols when Copying from Claude
Claude.ai is widely praised for its high-quality writing, analytical explanations, and precise code generation. However, because Claude structures its responses using Markdown formatting, copying its output can be frustrating.
When you use Claude's default copy button or manually highlight text, the raw formatting symbols are often copied along with it. This means your clipboard gets filled with double asterisks (**) wrapping bold headings, underscores or single asterisks (_ or *) around italics, and backticks (` ``) around inline code. If you paste this text into a standard email client like Gmail, a document editor like Microsoft Word, or a messenger like Telegram, these symbols appear literally, making your text look messy and unprofessional.
The Manual Method: Cleaning Text with Search and Replace
To remove these raw formatting symbols manually, you have to use an external text editor to clean up the clipboard data. Here is the honest manual process:
- Copy the formatted response from Claude.ai and paste it into a text editor that supports regular expressions, such as Notepad++ or VS Code.
- Press
Ctrl + Hto open the Replace menu. - To remove the bold asterisks, type
\*\*in the Find field, leave the Replace field empty, and select "Replace All". To remove italics, search for_or single*symbols and replace them with nothing. - Manually review the document to ensure that you did not accidentally delete legitimate asterisks used in math equations, code blocks, or list bullets.
This manual process is tedious, repetitive, and prone to errors. You have to perform it every single time you copy a response, which breaks your editing and drafting workflow.
The One-Click Solution: Clean Copy with DevPause
You can get perfectly clean, formatted text instantly by using the free browser extension DevPause.
DevPause adds a row of local utility action buttons directly below Claude's responses. Here is how to use it: 1. Scroll to the bottom of the Claude response. 2. Click the "Copy Plain" button.
DevPause instantly strips out all raw markdown formatting characters (like asterisks, hashtags, and backticks) while retaining the clean spacing and logical layout. Your text is copied directly to your clipboard, ready to be pasted cleanly into Word, Gmail, Slack, or Telegram.
DevPause is built with a strong commitment to user privacy. It operates entirely locally on your machine, does not read or store your conversations, and never sends any data to external servers. It works seamlessly across claude.ai, chatgpt.com, and gemini.google.com.
Download the extension: https://devpause.vercel.app/
Frequently Asked Questions
Why does copying from Claude include asterisks?
Claude uses Markdown formatting to display bold and italic text on the web. When copying, some destination applications cannot process the HTML formatting in your clipboard and instead show the raw Markdown text.
Does DevPause remove lists and bullet points when copying?
No. DevPause removes the raw syntax characters (like asterisks used for bolding) but preserves the clean line breaks and structural indentations of lists and bullet points.
Can I use a keyboard shortcut to copy clean text?
Yes. DevPause supports customizable keyboard shortcuts, allowing you to use Alt + Shift + C to copy clean text instantly without using your mouse.