Markdown to Word
Paste Markdown or drop a .md file and download a Word document with real heading styles, numbered lists and tables. Free, and nothing is uploaded.
Or drop a .md file, or browse
Write in Markdown, deliver in Word
Markdown is faster to write and easier to keep in version control; many colleagues, clients and reviewers still expect a .docx they can comment on with tracked changes. Converting at the end gives both: you keep writing in plain text, they receive a normal Word file.
It is also the quickest way to turn an AI answer into a document. ChatGPT, Claude and Gemini answer in Markdown; paste the answer here and the headings, lists and tables arrive in Word as headings, lists and tables, rather than as asterisks and pound signs.
Other directions
Need to go back? Word to Markdown converts a .docx into Markdown. For a document that must look the same everywhere, Markdown to PDF renders diagrams and math as well. The trade-offs between the formats are in PDF vs Word vs Markdown.
Frequently asked questions
Is the result a “real” Word document?
Yes. # headings become Word’s Heading 1–6 styles, so the navigation pane and an automatic table of contents work; lists use Word’s own numbering; tables are Word tables whose header row repeats on each page. Change the styles in Word and the whole document follows.
What does not carry over?
Mermaid diagrams and LaTeX math are kept as their source text, because Word cannot draw them from Markdown — use Markdown to PDF when you need them rendered. Images given as a web address or a file path are not embedded (the browser cannot fetch them into the document); their description is kept and the tool tells you. Raw HTML is reduced to its text.
Can I include images?
Images written into the Markdown as data URIs (data:image/png;base64,…) are embedded. For images from the web or your disk, the simplest route is to insert them in Word after converting.
Does it work with Google Docs?
Yes: upload the .docx to Google Drive and open it with Google Docs. It also opens in LibreOffice Writer and Apple Pages.
Is my text uploaded?
No. The .docx is assembled in your browser and saved directly to your device.
Limitations
- Mermaid diagrams and LaTeX math stay as source text.
- Only images embedded as data URIs are included; linked images keep their description.
- Raw HTML is reduced to its text; footnotes are not converted.
- Styling is Word’s defaults (Calibri); restyle in Word as you would any document.
Related tools
- Word to MarkdownTurn a .docx into clean Markdown — headings, lists, tables, images.Word (.docx) → Markdown (.md), ZIP
- Markdown to PDFA clean PDF from Markdown — with diagrams, math and images.Markdown (.md) → PDF
- Markdown to HTMLClean, sanitised HTML from Markdown, with a live preview.Markdown (.md) → HTML
- Markdown Table GeneratorBuild a Markdown table in a grid, or convert CSV and spreadsheet cells.CSV, TSV, Spreadsheet cells, Markdown table → Markdown (.md), CSV
Guides
- PDF vs Word vs Markdown - Which Format to Use WhenPDF vs Word vs Markdown compared on fidelity, editability, longevity and collaboration - with head-to-head tables and clear recommendations by scenario.
- How to Convert Word to Markdown (DOCX to MD) Without Losing StructureThree reliable ways to turn a Word document into clean Markdown, and how to prepare the .docx so headings, lists and tables survive.
- Markdown Cheat Sheet PDF (Free Download)Free Markdown cheat sheet with every syntax element - headings, lists, links, tables, code - plus GFM extras. Download it as a printable PDF in one click.