Word to Markdown Converter

Drop a Word DOCX file to instantly turn it into clean Markdown. Everything happens locally in your browser for maximum privacy.

Drop DOCX files here

or use the button below to browse from your device.

Supports DOCX and DOTX templates. Legacy .doc files are not supported.

Built thanks to the open-source word-to-markdown-js by Ben Balter. ❤️

How it works

  • Uses mammoth.js to read DOCX files safely in your browser.
  • Converts the result to Markdown with turndown + GitHub Flavored Markdown rules.
  • Embeds images as Base64 data URIs so nothing ever leaves your computer.

Tips for better Markdown

  • Use heading styles in Word to generate #, ##, ### titles.
  • Tables become Markdown tables automatically.
  • Check the warnings list for unsupported formatting.

Privacy First

  • No uploads, servers, or tracking.
  • Works offline after the first load if your browser caches the page.
  • Perfect companion for preparing Markdown docs for LLM prompts.