Markdown and Word Conversion Guides
Practical answers to the problems people actually hit when moving documents between Markdown and Word. Each guide starts with the fix, then explains why the problem happens so you can avoid it next time.
If you are not sure where to start: the ChatGPT and Claude guides cover assistant output that pastes badly, the tables and formatting guides cover documents that convert but look wrong, and the LaTeX, thesis and Pandoc guides cover academic and technical work where accuracy matters most.
AI assistant output
Answers that paste badly into Word.
-
How to Convert ChatGPT Output to a Word Document
ChatGPT replies in Markdown, so pasting into Word gives you hashes and asterisks. Here is why that happens and three ways to get a properly formatted Word file.
-
Turning Claude's Markdown Output Into a Word File
Claude writes long, structured answers and artifacts in Markdown. Here is how to get either into a properly formatted Word file, and what to check before converting.
Formatting and structure
Documents that convert but look wrong.
-
How to Keep Markdown Tables Intact When Converting to Word
Markdown tables often arrive in Word as rows of pipe characters. Here is why tables break, how to fix the source, and what a real Word table gives you.
-
Converting Markdown With Images Into a Word Document
Images are the hardest part of any Markdown conversion. Here is what happens to local files, remote URLs and embedded data, and how to get pictures into Word.
-
Why Your Formatting Disappears Converting Markdown to Word
Lost headings, broken lists and stray asterisks nearly always have one of five causes. Here is how to diagnose which one you have hit, and fix it.
Platform workflows
Getting Markdown out of the tool you write in.
-
How to Convert Markdown to Google Docs
Google Docs can read Markdown itself now, but tables, images and code are where it gets patchy. Here are the three routes into Docs and which one to use.
-
How to Export a Notion Page to a Word Document
Notion has no Word export, but its Markdown export gets you there in two steps. What survives, what a database becomes, and how to keep images and callouts.
-
How to Convert Obsidian Notes to Word
Obsidian notes are plain Markdown files, so converting one to Word is quick. Wikilinks, callouts, front matter and embeds are the parts that need preparation first.
-
How to Turn a GitHub README Into a Word Document
READMEs use GitHub Flavored Markdown with badges, task lists and HTML blocks. Here is how each part converts to Word, and what to clean up before you hand it over.
Academic and technical
Where accuracy matters most.
-
Pandoc or an Online Converter: Which Should You Use?
Pandoc is the most capable document converter available, but it is a command line tool. Here is an honest comparison with browser-based converters.
-
Writing a Thesis in Markdown and Submitting It as Word
Draft in Markdown, submit in Word. How to handle citations, footnotes, equations and the formatting requirements universities insist on.
-
Getting LaTeX Maths From Markdown Into Word Equations
LaTeX maths in Markdown can become editable Word equation objects, or stay as literal dollar signs. Here is what determines which one you get.
-
Converting Word to Markdown With Pandoc
The Pandoc command that turns a .docx into clean Markdown, the flags that matter, what it gets wrong, and when a browser converter is the easier choice.