convert_markdown_to_pptx
Convert Markdown files to PowerPoint presentations with optional styling via a reference document.
Instructions
Convert Markdown to PowerPoint presentation.
Args: input_path: Path to input Markdown file output_path: Optional output PPTX path reference_doc: Optional reference PPTX for styling
Returns: Output path or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| reference_doc | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |