MarkdownPDF

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

Processed on your device — never uploaded

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

Guides