PDF Tools
Converters
Image & Vision Tools
Developer Tools
Utilities & Generators
💬 Feedback
Markdown to Word
Write or paste Markdown on the left, preview on the right, then export as DOCX.
Export DOCX
Markdown
Write
Upload .md
# Welcome to Markdown to Word ## What you can do Convert **Markdown** text directly into a clean, downloadable Word document (.docx). - Works with headings, bold, italic, and strikethrough - Supports tables, lists, and blockquotes - **Mermaid diagrams** are rendered as images in the exported DOCX - External images are embedded automatically ## Example Table | Feature | Status | |---------|--------| | Headings & Text | ✅ Supported | | Tables | ✅ Supported | | Code Blocks | ✅ Supported | | Mermaid Diagrams | ✅ Rendered | ## Example Mermaid Diagram ```mermaid graph TD A[Write Markdown] --> B[Live Preview] B --> C{Happy?} C -->|Yes| D[Export DOCX] C -->|No| A D --> E[Open in Word] ``` > All heavy lifting happens server-side. Your content stays private.
Preview