Word to Markdown
Convert a Word .docx into GitHub-Flavored Markdown — headings, lists, tables and links preserved.
Convert a Word document (.docx) to GitHub-Flavored Markdown online free. Powered by Pandoc, so headings, lists, tables, links, and inline formatting come across cleanly. Copy the Markdown or download the .md file — perfect for moving content from Word into a README, docs site, or static blog.
Modern .docx files only (legacy .doc is not supported). Powered by Pandoc, so headings, lists, tables, and links convert cleanly. Only convert files you own or have permission to use.
Drop your Word .docx here
or click to browse
Max file size: 50 MB
How Word to Markdown works
Word documents carry real structure — heading styles, lists, tables, links, emphasis — so unlike PDF, a .docx converts to Markdown faithfully. This tool runs Pandoc, the gold-standard open-source document converter, with the GitHub-Flavored Markdown target, the same dialect GitHub, GitLab, and most static-site generators expect.
Heading 1–6 styles become `#`–`######`, bold and italic become `**`/`*`, bulleted and numbered lists become Markdown lists, hyperlinks become `[text](url)`, and Word tables become GFM pipe tables. The result is clean, portable Markdown you can drop straight into a README, a Docusaurus/MkDocs/Hugo site, a wiki, or a blog CMS.
This is the reverse of our Markdown-to-DOCX tool, and together they let you round-trip content between the Word world (where clients, editors, and non-developers work) and the Markdown world (where developers and docs live). Common uses: turning a client's Word brief into Markdown for your repo, migrating documentation out of Word into a static site, or extracting a draft written in Word into your blog's Markdown pipeline. Note that only the modern .docx format is supported — legacy binary .doc files must be re-saved as .docx first.
How to use Word to Markdown
Upload your .docx
Drop in a modern Word .docx file. It is processed in memory and deleted after conversion.
Pandoc converts it
The document is converted to GitHub-Flavored Markdown — headings, bold/italic, lists, tables, and links are preserved.
Copy or download
Copy the Markdown in one click or download the .md file, ready for your repo or docs site.
Frequently Asked Questions
Does it preserve headings, lists, and tables?+
What Markdown flavor is the output?+
Does it support the old .doc format?+
What happens to images in the document?+
Can I copy the Markdown directly?+
Is my document private?+
Is Word to Markdown free?+
Related tools
Convert JSON / arrays to Excel, CSV or PDF
Convert JSON / API data to an Excel .xlsx file
Turn a REST API JSON response into Excel or CSV
Live MD preview, export to Word .docx
Extract PDF text into clean Markdown
Edit text, add signatures & shapes, white-out