Skip to content
ViewMarkdown
No file chosen

Nothing is uploaded. Your document is read entirely in your browser.

Drop a .docx file here

Word .docx only. Old .doc files need to be re-saved first.

Word to Markdown

Drop a .docx file here and get Markdown back. The file is read on your device, never uploaded.

Choose or drop a Word document and it is converted to Markdown without leaving your browser. The document is unzipped and read locally, which is worth knowing if the file is a contract, a draft or anything else you would rather not hand to a website.

What carries over cleanly: Heading 1 through Heading 6 styles, paragraphs, bold and italic, bulleted and numbered lists including nesting, hyperlinks, simple tables and footnote text. The converter reads Word's styles, so a heading that was styled as Heading 2 becomes ##, while a line that was merely made big and bold stays an ordinary paragraph.

What does not survive: page layout, columns, text boxes, headers and footers, comments, tracked changes, merged table cells, embedded images, equations and fonts or colors of any kind. Markdown has no vocabulary for most of these. Documents written as structured text convert almost perfectly; documents designed as a page need a cleanup pass.

How it works

  1. Drop a .docx file onto the panel, or click Choose a file. Older .doc files are not supported; open one in Word and save it as .docx first.
  2. The conversion runs on your device and the Markdown appears on the right. Use Preview to check headings and tables at a glance.
  3. Copy the Markdown, download it as a .md file, or open it in the editor to fix up anything that needed a human.

Frequently asked questions

How do I convert a Word document to Markdown?

Drop the .docx onto this page or pick it with the file button. It is converted in your browser and the Markdown appears on the right, ready to copy or download as a .md file.

Is my document uploaded?

No. The .docx is unzipped and parsed by JavaScript running on your own computer. Nothing is transmitted, stored or logged, and there is no account.

Why are my headings plain paragraphs?

The converter reads Word's heading styles, not font sizes. If the original writer made a heading by enlarging and bolding text, it is not a heading as far as the file is concerned. Applying Heading 1 or Heading 2 styles in Word and converting again fixes it.

What about images, comments and tracked changes?

Images are dropped rather than embedded, and comments and tracked changes are ignored. Accept or reject changes in Word before converting so the text you get is the text you meant.

Can it handle .doc, .pages or Google Docs files?

Only .docx. For a Google Doc, use File, Download, Microsoft Word (.docx) and convert that. For .pages or .doc, export or save as .docx first.