generate_presentation
Create PowerPoint presentations from Markdown content with code blocks, tables, and custom themes. Transform lesson plans and documentation into styled PPTX files.
Instructions
Generate a PPTX presentation from markdown content. Returns path to the generated file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Full markdown content including frontmatter (---) with discipline, type, module, lesson fields and slide sections marked with ## [type] Title | |
| filename | Yes | Output filename without extension (e.g., "python-lesson-5") |