Convert ChatGPT output to a Word document

ChatGPT's Copy button gives you the response as raw Markdown. Paste that into Microsoft Word and the formatting punctuation comes along for the ride: ## headings, **bold** asterisks, and tables that turn into rows of pipes and dashes. Cleaning that up by hand in a long answer takes longer than the prompt did.

md→docx converts the Markdown properly: paste, preview, and download a .docx where headings are Word heading styles, tables are real bordered tables, and code blocks keep their syntax colors.

→ Paste your ChatGPT answer here (free, no sign-up to try)

How to convert ChatGPT to Word

  1. Click the Copy icon under the ChatGPT response.
  2. Paste into the md→docx editor and check the live preview.
  3. Click Export .docx. Open the file in Word, or upload it to Google Docs — both keep the formatting.

Why not just paste into Word directly?

Word treats pasted Markdown as plain text — it has no idea # means "Heading 1". A converter has to parse the Markdown and emit real Word structure: heading styles that show up in the navigation pane, actual table objects, list numbering that continues correctly, and monospaced, highlighted code. That's exactly what md→docx produces, and it's why the result also survives a round-trip into Google Docs.

Good for long, technical answers

md→docx was originally built for engineering design docs and RFCs, so it's strongest on exactly the things AI answers are full of: comparison tables, multi-language code blocks, deeply nested lists, and long documents with many heading levels.

FAQ

Is it free?
Yes — try a couple of exports with no sign-in, then 5 more free with a Google account. Unlimited exports are $2/month.
Does it work with Claude, Gemini, or Copilot output?
Yes — any tool that outputs Markdown. See Claude to Word.
Can I automate this?
Yes — there's a REST API, a CLI, and an agent skill for batch and programmatic conversion.

Also see: Claude → Word · Design docs & RFCs → Word · CLI, API & agent skill