convert_markdown_to_word
Convert Markdown documents to Word (.docx) format. Offers Pandoc options for table of contents, syntax highlighting, and numbered sections.
Instructions
將 Markdown 文件轉換為 Word (.docx) 文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Pandoc 轉換選項 | |
| inputPath | Yes | Markdown 文件的完整路徑 | |
| outputPath | No | Word 文件的輸出路徑(可選,若未提供則使用相同檔名但副檔名為.docx) |