Convert DOCX to Markdown online
Move a Word document into a README, a wiki or a static site without reformatting it by hand. Headings, lists, tables and links come across; the file stays on your device.
Your files never leave your browser
How to use
- 1
Drop your .docx file into the box.
- 2
The Markdown appears below, ready to check.
- 3
Copy it or download a .md file.
FAQ
Is my document uploaded?
No. The .docx is unpacked and converted in your browser.
What happens to images?
They are left out. Markdown links to images rather than embedding them, so there would be nowhere to put them — export the images from Word separately if you need them.
Are tables converted?
Yes, into GitHub-flavoured Markdown tables. Merged cells are flattened, since Markdown has no equivalent.
Do comments and tracked changes come across?
No. Only the final text is converted; accept or reject changes in Word first.
What about .doc files?
Only the modern .docx format is supported. Open an old .doc in Word or LibreOffice and save it as .docx first.