Skip to content

Convert DOCX to Markdown

Convert a Word document (.docx) to Markdown, with headings, lists and bold/italic, directly in your browser.

Processed on your device. Nothing is sent to any server.

or click to select it

Convert a Word document (.docx) to Markdown -- headings, lists, bold and italic -- directly in your browser.

First converts the document to basic HTML, then that HTML to Markdown, reusing the same engine as the HTML to Markdown tool. Tables and images are not preserved.

Use cases

  • Move a project's documentation from Word to a README or Markdown-based wiki.
  • Migrate content written in Word to a static site or a Markdown-based note manager.
  • Prepare a document's text for pasting into GitHub, GitLab or Notion.

How it works

  1. 1

    Upload your DOCX

    Drag the file or choose it from your device.

  2. 2

    Convert to Markdown

    Click the button to generate the Markdown.

  3. 3

    Copy or download

    Copy the result or download it as a .md file.

Frequently asked questions

Are tables or images preserved?

No, this first version focuses on text, headings, lists and bold/italic.

What Markdown style does it generate?

Headings with # (ATX style), the same one used by QuickToolio's HTML to Markdown tool.

Documents