← ToolsConverters
Markdown to DOCX.
Convert Markdown to a real .docx file with headings, lists, tables and code. Built lazily in your browser.
Release notes
- Fast, accessible tools
inline code+ tables
| Tool | ms |
|---|---|
| JSON | 0.3 |
Runs 100% locally.
DOCX builds lazily in this tab (~250KB engine, loaded on demand) · images: same-document only · PDF keeps selectable text via print, not screenshots.
🔒 Privacy — runs 100% locally
No uploads · no cookies · works offline after load. View Source if you don't believe it.
How to use.
- Write or paste Markdown — preview renders instantly.
- Pick A4 or Letter, then Download DOCX.
- The .docx engine loads on demand (~250KB) on first export.
Related tools.
Converters
Markdown to PDF
Markdown to a print-ready PDF with selectable text — styled preview, then your browser's Save as PDF.
Formatters
HTML / CSS formatter
Tidy indented markup or minify it for shipping. Handles inline CSS and void elements.
Converters
JSX to HTML
HTML to JSX is near-lossless; JSX to HTML covers presentational components. Includes a live render check.
FAQ.
What formatting survives?
Headings, lists, tables, code, bold/italic, links, quotes and rules. Custom HTML inside Markdown does not.
Images?
Same-document images only in v1 — remote images are skipped to avoid CORS-tainted exports.