日本語

Convert DOCX to Markdown

For moving a Word document into a wiki, a static site, a README or an issue tracker. Tables come across as pipe tables rather than being flattened.

Loading the tool…

How it works

  1. Drop a .docx file.
  2. Markdown is already selected as the output.
  3. Copy or download the result.

Why nothing is uploaded

Every operation on this page is done by code running inside your browser tab, using the same engine that renders web pages. The file is read from disk into your tab’s memory, transformed there, and written back out as a download. It is never sent anywhere — not to us, not to a third party.

Verify it yourself

  1. Open your browser’s developer tools (F12) and select the Network tab.
  2. Load your file and run the tool.
  3. The only requests you will see are the tool’s own code and, once cached, none at all.

Proof it stays local →

Frequently asked questions

Do tables survive?

Yes. Word tables become GitHub-style pipe tables. Merged cells cannot be represented in Markdown at all, so those are flattened — Markdown simply has no syntax for them.

What about footnotes, comments and tracked changes?

Footnotes come across as text. Comments and tracked changes are not exported: what you get is the document as it currently reads, with the changes accepted.

Is my document uploaded?

No. It is parsed and converted inside this browser tab. Load the page, disconnect, and it still works — which is the only guarantee worth having for a contract or a customer list.