Why does ChatGPT text paste into Word with asterisks and hashes?
Because the clipboard holds Markdown, not formatting. ChatGPT's copy button copies the reply's Markdown source, a plain-text convention in which **two asterisks** mean bold, a leading # means a heading, and | pipes | draw a table. Word pastes plain text literally, so the markers appear as characters. Converting the Markdown to rich text before pasting, which is what the Copy formatted button does, turns each marker into the formatting it stands for.
How do I copy ChatGPT to Word with the formatting intact?
Copy the reply with its copy button, paste it into the converter at llm2doc.app, open the Copy menu above the preview, and choose Copy formatted. Then paste into Word. Headings, bold, lists, tables, links, and code blocks arrive as real Word formatting, and equations arrive as sharp images. For editable equations, download the DOCX instead of copying; that route writes native Office Math.
Does this work for Google Docs too?
Yes. Copy formatted puts HTML on the clipboard, which Google Docs pastes as headings, bold, lists, tables, and links. Docs also has its own Edit → Paste from Markdown command for raw Markdown; it handles the basics but leaves LaTeX equations as text and does not highlight code, so use the converter route when a reply has math or code. The Open in Google Docs export in the converter combines both steps: it copies the formatted document and opens a new Doc to paste into.
Do equations survive the paste?
With Copy formatted, each equation is pasted as a crisp image that sits inline with the text and scales with the page — readable in Word, Docs, and Outlook, but not editable as math. To edit equations in Word, download the DOCX: every formula becomes native Office Math you can click into. To bring over a single equation, click it in the preview; that copies it as editable Word math on its own.
How do I remove the Markdown formatting from ChatGPT text instead?
Use Copy plain text in the same Copy menu. It strips every *, #, backtick, and pipe while keeping the words, paragraph breaks, and list indentation, so the text reads naturally in a form field, a chat message, or a document where you would rather apply your own styles. Nothing is rendered or rasterized; it is the reply with the markers removed.
Does the same trick work for Claude, Gemini, Copilot, and Perplexity?
Yes. Every major assistant writes its replies in Markdown and every one of them has a copy button under the reply, so the four steps are the same: copy, paste into the converter, Copy formatted, paste into the document. The converter also normalizes the equation delimiters the assistants disagree about, so math from any of them renders.
Is it free, and does the text upload anywhere?
Free, with no signup, quota, or watermark. Both copy modes run entirely in your browser: the rendered page is turned into clipboard HTML locally and nothing is sent to a server. The Word download is the one export that uses our conversion service, for the equation translation, and it keeps nothing after the request.