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.
How to use
- Drop your .md file (or .markdown).
- marked tokenises the Markdown; the docx library builds the .docx in browser memory.
- Click Download to save the .docx file.
- 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.