DOCX to Markdown Converter
Upload a .docx (Word) file and get clean Markdown back — headings, bold/italic, links, and lists convert automatically. The file never leaves your browser.
Processed entirely in your browser — the file is never uploaded anywhere.
FAQ
Is my document uploaded to a server?
No. The file is read and converted entirely in your browser using the mammoth.js library — it's never sent anywhere, which also means it works without an internet connection once the page has loaded.
Does it preserve images?
Text formatting (headings, bold, italic, links, lists) converts; embedded images in the .docx aren't extracted as files, so image references won't appear in the Markdown output.
Does it work with older .doc files?
No — only the modern .docx format (Word 2007 and later) is supported. Older binary .doc files use a different, more complex format this tool doesn't parse.
What about tables and comments?
Tables convert to Markdown tables. Comments, tracked changes, and footnotes are not carried over — the output is the clean document text and structure.