Why ChatGPT Answers Paste into Word with # and * Symbols (and How to Fix It)
Updated 2026-07-03
You ask ChatGPT for a report, it replies with neat headings and bold key points, you paste it into Microsoft Word — and suddenly the page is littered with #, **, and - characters. The formatting is gone and the text looks worse than plain notes.
This is one of the most common frustrations with AI assistants, and the cause is simple once you know it.
Why it happens: AI writes in Markdown
ChatGPT, Claude, Gemini and most other assistants format their answers using Markdown — a lightweight plain-text convention where:
# Headingmeans a large heading**important**means bold- itemmeans a bulleted list`code`means inline code
Markdown is designed to be readable as plain text and is rendered into proper formatting by the chat interface you see. But Word does not understand Markdown. When you paste, Word receives the raw characters and shows them literally, because to Word they are just punctuation.
So the # and ** you see are not a bug — they are the formatting instructions, showing through because Word never translated them.
Fix 1: Convert the Markdown to a real Word document
The cleanest fix is to translate the Markdown into genuine Word formatting before it reaches your document. Our Markdown to Word converter does this in your browser:
- Copy the answer from ChatGPT or Claude.
- Paste it into the converter.
- Either download a .docx file, or click Copy for Word / Google Docs and paste straight into your open document.
Headings become real Word headings, **bold** becomes bold, lists become native lists, and Markdown tables become Word tables. Nothing is uploaded — the conversion happens on your device.
Fix 2: Ask the assistant for plain text
If you only need unformatted text, you can tell the assistant:
“Reply in plain text with no Markdown formatting.”
You will lose the headings and bold, but you also won’t get stray symbols. This works well for short snippets where structure doesn’t matter.
Fix 3: Paste into a Markdown-aware editor first
Apps like Google Docs (with the “Paste from Markdown” option enabled), Notion, or Obsidian understand Markdown and will render it correctly. You can paste there, then copy the now-formatted text into Word. This adds a step but avoids stray symbols.
Which fix is right?
- You want a formatted Word file → use the Markdown to Word converter. It preserves headings, bold, lists, tables and code.
- You just need clean plain text → ask the assistant for no Markdown.
- You already live in Notion/Google Docs → paste there first, then into Word.
The underlying lesson: the symbols appear because two tools speak different formatting languages. Translate the Markdown once and the problem disappears — the converter is free and keeps your text private.
Ready to try it?
Open the Markdown to Word Converter