convert_markdown_to_docx
Convert Markdown files to professionally styled DOCX documents with preserved formatting. Supports tables, lists, headings, and themes like professional, academic, and modern. Automatically saves outputs to a specified directory.
Instructions
Enhanced Markdown to DOCX conversion with professional styling and theme support. Preserves formatting, supports tables, lists, headings, and inline formatting with beautiful Word document output. Output directory is controlled by OUTPUT_DIR environment variable. Files will be automatically saved to OUTPUT_DIR with auto-generated names.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeTableOfContents | No | Generate table of contents | |
markdownPath | Yes | Markdown file path to convert | |
preserveStyles | No | Preserve Markdown formatting and styles | |
theme | No | Theme to apply | professional |