Paste ChatGPT or Claude text into Word without # and stars

You copied a good answer from ChatGPT or Claude, pasted it into Word or Google Docs, and got asterisks, pound signs and a broken table. Here is why, and the fastest fix for wherever you're pasting.

The short answer

ChatGPT or Claude text pastes into Word with # and stars because some copy buttons put Markdown, the formatting code AI chats write in, on your clipboard, and Word pastes it as plain text. The quickest fix is to drag-select the formatted answer on screen and copy that instead. In Google Docs, turn on Markdown and use right-click › Paste from Markdown.

Why does ChatGPT or Claude text paste into Word as # and stars?

ChatGPT or Claude text pastes into Word as # and stars because you copied the Markdown code behind the answer, and Word doesn't read that code.

AI chats write their answers in Markdown: # for a heading, ** around bold words, rows of | for a table. The chat window turns that into a formatted page. Underneath, the Markdown is still there.

When you copy, one of two things lands on your clipboard:

  • The formatted text, which pastes with real headings and bold.
  • The Markdown source, which pastes as symbols.

Which one you get depends on the app, whether you used the copy button or selected the text yourself, and sometimes on the app's latest update. People report both from ChatGPT and Claude, so don't assume one button always behaves the same.

Word can't help once the symbols arrive. Its paste options keep, merge or drop formatting, and none of them reads Markdown (Microsoft Support).

Raw .md
## Next steps

**Owner:** Sam

| Task | Due |
|---|---|
| Send the draft | Friday |
| Book the room | Monday |
In a reader
Next steps

Owner: Sam

TaskDue
Send the draftFriday
Book the roomMonday
What the copy button sometimes gives you (top), and what you wanted (bottom).

What's the fastest fix for pasting AI text into Word, Docs or Slack?

The fastest fix for pasting AI text depends on where it's going. This table gives the first thing to try for each destination, the backup, and what to do with tables.

Pasting intoDo thisIf that failsTables
WordDrag-select the answer in the chat window, press ⌘C, paste into WordPaste into Google Docs with Paste from Markdown, then copy from there into WordSelect just the table on screen and copy it. Check the columns after pasting
Google DocsTurn on Markdown once (Tools › Preferences › Enable Markdown), then right-click › Paste from MarkdownDrag-select the formatted answer insteadGoogle's help doesn't promise tables. Check them
Email (Mail, Gmail, Outlook)Drag-select the formatted answer and copyAsk the AI to rewrite it as plain email textKeep tables small, or attach a PDF
SlackDrag-select the formatted answer and pasteAsk the AI for short plain textSlack's formatting list has no tables. Use a code block or attach a file

The rest of this page explains each fix.

How do I copy the formatted version of an AI answer?

To copy the formatted version of an AI answer, select it with your mouse and press ⌘C instead of using the copy button.

  1. Click just before the first word of the answer.
  2. Scroll down and Shift-click just after the last word. This selects everything between.
  3. Press ⌘C.
  4. Paste into Word, Google Docs or your email.

This usually brings real headings, bold, lists and often tables along. It can also bring the chat app's fonts and background color. If that happens in Word:

  • To keep bold and italic but drop the rest, click the Paste Options button that appears after pasting and choose Merge Formatting (Microsoft Support).
  • To paste the words only, with no formatting at all, press ⇧⌘V (Paste Text Only) in Word for Mac (Microsoft 365 Insider blog).

Paste Text Only won't remove # and **, by the way. Those are text. It's for stripping odd fonts, not Markdown.

How do I paste Markdown into Google Docs properly?

To paste Markdown into Google Docs properly, turn on Markdown in Docs, then use Paste from Markdown. Google built this in (Google Docs Help).

  1. Choose Tools › Preferences in any Google Doc.
  2. Tick Enable Markdown and click OK.
  3. Copy the AI's answer (the copy button is fine here, since it gives you Markdown).
  4. Right-click in your doc where you want the text and choose Paste from Markdown.

Google's help lists headings, bold, italic, strikethrough and links as what it converts. It doesn't mention tables, so check any table after pasting.

Google Docs also works the other way: right-click › Copy as Markdown when you want to hand text back to an AI. And Docs is a handy bridge to Word: Paste from Markdown into a Doc, then copy from the Doc into Word.

How do I paste an AI table into Word in one piece?

To paste an AI table into Word in one piece, select only the table on screen and copy it on its own. Tables are the part that breaks most, so treat them separately.

  • Check the paste. If the table pastes as a table, you're done. If it pastes as lines of text, try the next two.
  • Ask for CSV when it's headed for a spreadsheet. "Give me that table as CSV" gets you comma-separated rows, the format spreadsheets use.
  • Ask for fewer columns. Four or five columns fit a Word page. Nine won't, however you paste them.

If the table lives in a .md file, One Clear Reader has CSV and Markdown copy buttons on every table (Pro). For a Word document with the tables intact, Save as Word builds real Word tables (Pro). How to turn a .md file into a Word document covers that and the free alternatives.

Can I ask ChatGPT or Claude not to use Markdown?

Yes, you can ask ChatGPT or Claude not to use Markdown, and for emails and short messages it's often the best fix. Paste this at the end of your request:

TEXT
Write this as plain text I can paste into an email.
No Markdown: no # headings, no ** bold, no tables.
Use short paragraphs and simple numbered lines instead.

If you want this all the time, put a line like it in ChatGPT's custom instructions (Settings › Personalization › Custom instructions, per OpenAI Help) or in Claude's profile preferences, under "What preferences should Claude consider in responses?" in Settings (Claude Help Center).

The trade-off: you also lose headings and tables in the chat, which help when you're reading a long answer. A lighter version is to ask for plain text only on the answers you're going to paste.

How do I paste AI text into Slack?

To paste AI text into Slack, drag-select the formatted answer and paste it, or ask the AI for a short plain version. Slack uses its own, smaller set of formatting marks, so Markdown pasted in doesn't all come out right.

By default Slack gives you a formatting toolbar. If you've turned on Format messages with markup (Preferences › Advanced), Slack uses single asterisks for bold and pastes copied text as plain text (Slack Help). Its formatting list covers bold, italic, strikethrough, code, quotes and links. No headings, no tables.

Long structured documents are better sent to Slack as a file or a link.

What if the AI gave me a .md file instead?

If the AI gave you a .md file instead, skip the chat window and copy from the file.

The free way is to import the .md into Google Docs with File › Open › Upload, then copy from the Doc. In One Clear Reader, open the .md and press ⌥⌘C for Copy as rich text (Pro). It copies the whole document formatted, ready to paste into email, Slack, Notion or Google Docs, with no symbols.

If the person wants the whole thing as a document, send a document. How to send a .md file to someone who's never seen one helps you pick PDF or Word. And if you're still not sure what the file is, start with what a .md file is.

Questions people ask

Why does ChatGPT's copy button paste asterisks into Word?

Sometimes the copy button puts the Markdown source on your clipboard, and Word shows it as plain text. Select the formatted answer with your mouse and copy that instead, or paste into Google Docs with Paste from Markdown.

Can Word convert Markdown when I paste it?

No. Word's paste options keep, merge or drop formatting, but none of them converts Markdown. Convert the text first with Google Docs' Paste from Markdown, or save the file as a Word document.

Does Google Docs Paste from Markdown keep tables?

Google doesn't promise it. Its help page lists headings, bold, italic, strikethrough and links. Check any table after pasting, and copy the table on its own if it breaks.

How do I stop ChatGPT or Claude writing in Markdown?

Ask for "plain text, no Markdown" in your message. To make it stick, add that line to ChatGPT's custom instructions or Claude's profile preferences in Settings.

How do I remove the asterisks from text I already pasted?

In Google Docs, delete the paste and use right-click, Paste from Markdown instead. In Word, the quickest way is to go back to the chat, drag-select the formatted answer and paste again.

Keep reading

Stop reading code soup.
Free version forever. Every Pro feature free for 30 days. No card.
Download free for Mac