Markdown to Word, without the mess
Copy-pasting raw markdown into Word gives you hashtags and pipes instead of headings and tables. This tool converts markdown to Word properly: heading levels map to Word styles, tables become real tables, lists keep their nesting and code blocks stay monospaced.
Two ways to get your document into Word
- Download as Word — open your file above, click the Word button, and save a .doc file that opens in Microsoft Word, LibreOffice or Pages.
- Copy rich text — click Copy rich text and paste straight into an open Word or Google Docs document. Formatting comes along.
Common uses
- Turning ChatGPT / Claude output into a shareable office document
- Submitting markdown notes as coursework or reports
- Moving documentation into a company template for further editing
As always on openmdfile, the conversion runs locally in your browser — nothing is uploaded. Need a fixed-layout file instead? Use MD to PDF.
Markdown 转 Word,不再一团糟
把原始 Markdown 直接粘进 Word,得到的是井号和竖线,而不是标题和表格。本工具把 Markdown 正确地转换为 Word:标题层级映射为 Word 样式,表格变成真实表格,列表保留嵌套,代码块保持等宽字体。
两种方式进入 Word
- 下载 Word 文件——在上方打开文件,点击 Word 按钮,保存的 .doc 文件可在 Microsoft Word、LibreOffice、Pages 中打开。
- 复制富文本——点击"复制富文本",直接粘贴到已打开的 Word 或 Google Docs 文档中,格式随之而来。
常见用途
- 把 ChatGPT / Claude 的输出变成可分享的办公文档
- 把 Markdown 笔记整理为作业或报告提交
- 把文档迁入公司模板继续编辑
一如既往,转换在浏览器本地完成——不上传任何内容。需要固定排版的文件?请用 MD 转 PDF。