create_document_from_markdown
Convert markdown into a styled Word document with headings, lists, quotes, and custom fonts. Save directly to a file.
Instructions
🚀 RECOMMENDED: Create a Word document from markdown text (MOST INTUITIVE - just write natural markdown!)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Path to save the document | |
| markdown | Yes | Markdown text supporting headings (# ## ###), paragraphs, lists (- or 1.), block quotes (>), horizontal rules (---), and inline formatting (**bold**, *italic*) | |
| title | No | Document title | |
| author | No | Document author | |
| styles | No | Optional style overrides for markdown elements. Supports heading1-4, paragraph, bullets, ordered, blockquote. Each can have fontName, fontSize, bold, italic, color, borderBottom. |