
Markdown to professionally styled DOCX (Word) with python-docx. CJK/Latin mixed text, code blocks, tables, images (local + remote), cover pages, auto-refresh TOC, watermarks, and 11 color themes. Same theme palette as any2pdf, editable output.
Part of lovstudio/skills — by lovstudio.ai
npx skills add lovstudio/skills --skill lovstudio:any2docx
Requires: Python 3.8+ and pip install python-docx
python md2docx.py --input report.md --output report.docx --theme warm-academic
| Option |
Default |
Description |
--input |
(required) |
Markdown file path |
--output |
output.docx |
Output DOCX path |
--title |
From H1 |
Cover page title |
--subtitle |
|
Subtitle |
--author |
|
Author name |
--theme |
warm-academic |
Color theme |
--watermark |
|
Watermark text |
--cover |
true |
Generate cover page |
--toc |
true |
Generate table of contents |
| warm-academic |
nord-frost |
github-light |
solarized-light |
 |
 |
 |
 |
| paper-classic |
ocean-breeze |
tufte |
classic-thesis |
 |
 |
 |
 |
| ieee-journal |
elegant-book |
chinese-red |
ink-wash |
 |
 |
 |
 |
| monokai-warm |
dracula-soft |
 |
 |
MIT