Monu Tools

Word 转 Markdown 转换器

在浏览器中将 Word .docx 文档转换为整洁的 Markdown,保留标题、列表和格式。

如何使用 Word 转 Markdown

  1. 01

    点击选择 .docx 并选取一个 Word 文档。

  2. 02

    文档会在你的浏览器中转换为 Markdown。

  3. 03

    复制 Markdown 或将其下载为 .md 文件。

What it does

A Word to Markdown converter that turns a .docx document into clean Markdown in your browser, mapping its headings, lists and inline formatting so you can move content out of Word and into a docs site, wiki or repository.

The .docx is converted entirely in your browser, so the file never leaves your device, which keeps confidential documents private.

How the conversion works

It uses mammoth, a converter that reads the document's semantic structure rather than its visual styling. That means it works best with documents that use real Word styles, Heading 1, Heading 2, list styles, rather than text that was just made big and bold by hand.

What converts, what doesn't

Headings, ordered and unordered lists, bold, italics and links all map to their Markdown equivalents so the result is clean and ready to use.

Images are intentionally omitted, because Word embeds them as large inline data that would bloat the Markdown. The text and structure come through; you can add images back separately if you need them.

Getting the best result

For the best result, make sure your document uses Word's built-in heading and list styles. Manually formatted text carries no structure for the converter to read, so it comes through as plain paragraphs.

Only the modern .docx format is supported. If you have an older .doc, open it in Word and save it as .docx first.

常见问题

我的文档会被上传到任何地方吗?

不会。.docx 完全在你的浏览器中使用 mammoth 转换,因此文件永远不会离开你的设备,这能让机密文档保持私密。

会转换哪些内容?

标题、列表、加粗、斜体和链接等语义格式会被映射为 Markdown。图片会被省略以保持输出整洁,因为 Word 将它们作为大块内联数据嵌入。

它支持旧的 .doc 格式吗?

不支持。仅支持现代的 .docx 格式。请先在 Word 中打开较旧的 .doc 文件并另存为 .docx。

嵌入此工具

将此工具添加到你自己的网站。复制下方代码片段即可,它会自动保持最新。

<iframe src="https://monu.tools/embed/zh/word-to-markdown" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

相关工具