Document Converters
DOCX to Markdown
Runs in your browser — files never leave your device.
Drop Word (DOCX) files here
or click to browse · paste from clipboard · up to 50 MB each
Select filesOptions
Why convert Word (DOCX) to Markdown
Word stores formatting as styles; Markdown only wants structure. The converter reads the DOCX, maps Heading 1–6 to #, bullet and numbered lists to - and 1., bold and italic to ** and *, and tables to GitHub-flavored pipe tables, then drops everything else (fonts, colours, page layout) on purpose.
The conversion runs in your browser with the same open-source libraries used by static-site tools, so a 300-page manuscript converts in a couple of seconds and never leaves your device. Embedded images can be kept as inline data or dropped.
How to convert Word (DOCX) to Markdown
- Drop one or more .docx files onto the page.
- Choose whether to keep embedded images.
- Click Convert and download the .md file (or a ZIP for several).
About the formats
Word (DOCX) · Microsoft Word document · .docx
The current Word format (since 2007): a ZIP of XML files that Word, Google Docs, LibreOffice and Pages can all open and edit.
- DOCX layout depends on the fonts installed on the viewing computer, which is why the same file can paginate differently on another machine.
- Converting to PDF freezes the layout so it looks the same everywhere.
- DOCX is part of the Office Open XML standard (ISO 29500).
Markdown · Markdown text · .md
Lightweight text formatting used on GitHub, in note apps and documentation: # for headings, * for lists, links in brackets.
- Markdown has several dialects; GitHub-Flavored Markdown adds tables, task lists and strikethrough.
- Because the source is plain text, Markdown files diff and version well in Git.
- Rendering Markdown to HTML is the first step of most Markdown to PDF conversions.
Related conversions
More in Document Converters · All converters