Converter
Drop a .docx file and get clean GitHub Flavored Markdown back. Headings, lists, tables, and links carry over. Your file is read inside this tab — it is never uploaded.
Going the other way? Markdown to Word →
Drop a Word .docx file here
Or to choose one. It never leaves your browser.
Drop a .docx file on the left to see markdown here.
Why this converter
Most docx to markdown converters ask you to upload the file to a server you don't control. Contracts, drafts, internal docs — all of it, handed over just to convert a Word file. This one does the work in your browser instead.
The .docx file is parsed in your browser with Mammoth. No request carries your file anywhere. Check the network panel and see for yourself.
Word's built-in Heading 1–6 styles map to markdown headings, and the Title and Subtitle styles map to H1 and H2.
Bullet and numbered lists, plus tables, convert to GitHub Flavored Markdown — the same dialect GitHub, GitLab, and this editor render.
Bold, italic, links, and highlighted text all carry through, so the converted markdown reads the same as the original document.
The docx and markdown engines download the moment you drop a file, not before. The page itself stays light for everyone who's just reading.
Flip the output between markdown source and a rendered preview to confirm the conversion before you copy it.
How it works
Drag it onto the drop zone or browse for it. The file is read locally — it never leaves the tab.
Mammoth reads the document's XML into semantic HTML, then that HTML is converted to GitHub Flavored Markdown.
Take the markdown to your clipboard, save it as a .md file, or open it straight in the editor.
What to expect
A .docx file carries a lot more than plain text — some of it maps cleanly to markdown, and some has no markdown equivalent at all. Here's the honest split for this docx to md converter.
FAQ
Open the converted markdown in Markdown Writer for a focused editor with live preview, syntax highlighting, and export back to Word, PDF, and more.
Open the editor