What problem does it solve? Markdown documents with Mermaid diagrams, tables, and SVG images do not translate cleanly into Word format, leaving diagrams unrendered, tables unstyled, and images overflowing page boundaries when shared with stakeholders. ## Core Features & Use Cases - Mermaid to PNG Rendering: Automatically renders Mermaid diagrams (Gantt, flowchart, sequence, class, ER, pie) to PNG images sized to fit 90% of the page bounds. - Professional Table Styling: Applies Microsoft blue headers, alternating row colors, borders, and smart pagination so tables never split awkwardly across pages. - Markdown Preprocessing: Fixes bullet list spacing, checkbox syntax, and converts SVG banners to PNG before pandoc conversion. - Use Case: You have a technical specification in Markdown with architecture flowcharts and a Gantt chart. Run the script to produce a polished .docx ready for executive review, then save as PDF from Word. ## Quick Start Ask the AI to convert your Markdown file, such as docs/spec.md, into a Word document using the md-to-word script.