docx

Convert Markdown reports to DOCX while preserving equations, tables, and images.

32|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/woodfishhhh/EZ_math_model --skill docx-woodfishhhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/woodfishhhh/EZ_math_model/tree/main/skills/ez-math-model/tools/docx
Command: npx skills add https://github.com/woodfishhhh/EZ_math_model --skill docx-woodfishhhh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of reliably converting between Markdown reports and Word documents while preserving equations, tables, and embedded images for submission-ready deliverables.

Core Features & Use Cases

  • Markdown to DOCX conversion: Turns paper.md into paper.docx while keeping math and table structure (via pandoc and fallbacks).
  • DOCX to readable content: Reads user-provided DOCX problem statements and converts them into Markdown-friendly text when host support is limited.
  • Object-level export validation: Verifies that equations, images, and tables were actually exported by checking DOCX internals after packaging.

Quick Start

Use the docx skill to convert your modeling report paper.md into paper.docx while ensuring formulas, tables, and images are preserved for formal export.

Frequently Asked Questions about docx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to DOCX while preserving math equations and tables?

To convert Markdown to DOCX while preserving math equations and tables, use pandoc for direct execution with a python-docx fallback, ensuring formulas, tables, and embedded images remain intact for formal export.

Can I extract text from a DOCX problem statement into Markdown?

Yes, you can extract text from a DOCX problem statement into Markdown-friendly text, which is particularly useful when ingesting DOCX files and host support for direct reading is limited.

Does pandoc support DOCX conversion for formal paper submissions?

Yes, pandoc supports DOCX conversion for formal paper submissions by prioritizing direct execution to turn paper.md into paper.docx, utilizing python-docx as a fallback if the primary method is unavailable.

How do I validate that equations and images exported correctly in a DOCX file?

You validate that equations and images exported correctly in a DOCX file by applying post-conversion validation via DOCX unpack checks, verifying object-level export integrity for submission-ready deliverables.

What is the best way to package modeling reports into a Word document?

The best way to package modeling reports into a Word document is converting Markdown modeling reports to DOCX while preserving math equations, tables, and embedded media for reliable downstream submissions.