Markdown to Word

Export Markdown to a Word (.docx) document.

Example

Markdown
# Memo

Please **review** by Friday.
Word document
[a .doc that opens in Word and Google Docs]

What it keeps

  • Headings, bold and italic
  • Lists, links and tables
  • Diagrams rendered as embedded PNG images
  • Opens in Word, Google Docs and Pages
  • Preview the document before you download

Where it struggles

  • Produces a Word-compatible HTML-based .doc, not a native .docx
  • Images in your Markdown are referenced by URL rather than embedded

Frequently asked questions

Does it open in Microsoft Word?

Yes — the .doc opens in Word, Google Docs and Pages, keeping headings and formatting.

Is it a real .docx?

It's a Word-compatible .doc (HTML-based). Word can re-save it as .docx if you need the native format.

Is my file uploaded?

No — the document is built in your browser.