Convert Word DOCX Documents to Markdown
.docx documents into clean Markdown without uploading a thing. Powered by Mammoth.js, we map your headings, lists, tables, bold/italic text and links to semantic Markdown — right inside your browser.Processing happens 100% in your browser — nothing is uploaded.
How to convert DOCX to Markdown
- Drag your .docx file onto the dropzone, or click to browse for it.
- Mammoth.js reads the document's structure locally in your browser.
- Headings, lists, tables, emphasis and links are converted to Markdown.
- Preview the result, then copy it or download a ready-to-use .md file.
DOCX to Markdown — FAQ
Are my Word documents uploaded anywhere?
No. The .docx file is read with the browser's FileReader and parsed by Mammoth.js entirely on your device. Nothing is transmitted to a server, which makes it safe for confidential documents.
What formatting is preserved?
Headings (H1–H6), ordered/unordered lists, bold and italic text, hyperlinks, blockquotes, and simple tables are converted. Mammoth focuses on clean semantic output rather than pixel-perfect styling, so decorative formatting is intentionally dropped.
Can it handle images inside the DOCX?
Yes — embedded images can be emitted as base64 data URIs so they remain inline in the Markdown, or referenced separately depending on your chosen option.
Does it support the old .doc format?
The converter targets the modern .docx (Office Open XML) format. For legacy .doc files, re-save them as .docx in Word or an office suite first, then convert.