import_presentation_source
Replace a presentation's slides by importing Pandoc Markdown. Headings define slides and sections; code block content is ignored.
Instructions
Replace a presentation's slides by parsing pandoc slide Markdown. Splits on '##' (slide) and bare '#' (section-divider) headings, ignoring '#' inside fenced code blocks.
presentation_id must already exist. Every slide it currently has is replaced; metadata is untouched. Exactly one of markdown (inline content) or source_path (absolute path to a .md file) must be given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | No | ||
| source_path | No | ||
| presentation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||