Document converter · runs 100% in your browser

Markdown to DOCX Converter

Convert Markdown documents to Microsoft Word .docx format directly in your browser. Headings, lists, code blocks, blockquotes, bold, italic, links, and inline code are all mapped to native DOCX styles. Useful for handing AI-generated or developer-authored Markdown to non-technical reviewers.

No uploadNo signupNo trackingFree, unlimited
Drop your Markdown file here
or click to choose a file

How to use

  1. Drop your .md file (or .markdown).
  2. marked tokenises the Markdown; the docx library builds the .docx in browser memory.
  3. Click Download to save the .docx file.
  4. Open in Word, Google Docs, or LibreOffice.

FAQ

Are tables and images supported?

Tables: simple GFM tables work. Images: image references survive but the converter does not embed external images — paste them in manually after opening the .docx.

What about footnotes and frontmatter?

YAML frontmatter is stripped. Footnotes (GFM extension) are kept inline as superscripts.

Does my document upload to a server?

No. Conversion runs entirely in your browser using WebAssembly and Web APIs. Open the Network tab in DevTools while you convert — you'll see no outbound traffic carrying your file.

Is this really free?

Yes. No signup, no quota, no upgrade tier. The conversion runs on your machine, so it costs us nothing to host.