DOCX to Markdown Converter

Convert Microsoft Word files (.docx) to clean GitHub-flavored Markdown. Preserves headings, bold, italic, lists, tables, and hyperlinks. Perfect for docs migration to Hugo, Jekyll, Obsidian, Notion, or MkDocs.

Click to select or drag & drop a DOCX file here

Frequently Asked Questions

What Markdown flavor is produced?

GitHub-Flavored Markdown (GFM) - the most widely supported dialect. Works in GitHub, GitLab, Bitbucket, Hugo, Jekyll, Gatsby, MkDocs, Docusaurus, Obsidian, Notion, Joplin, and all major Markdown apps.

What formatting is preserved?

Headings (H1-H6), bold, italic, underline, bullet and numbered lists, tables, hyperlinks, blockquotes, and code blocks. Complex styling like colors and custom fonts are not preserved in Markdown (by design).

Common use cases?

Migrating company docs from Word to a static site (Hugo, Jekyll), importing meeting notes to Obsidian/Notion, preparing content for GitHub README files, converting academic papers for web publication, or archiving Word docs in a version-control-friendly format.

Is the document processed on a server?

No. Everything runs in your browser using Mammoth.js and Turndown.js. Your DOCX file never leaves your device, making this safe for confidential corporate docs or private personal files.

Does it handle images?

Images are preserved as base64-encoded Markdown image references. For production use, you may want to replace them with external URLs or use a tool that extracts images separately. Works well for simple docs without images.