Validate deck Markdown
deck_validateParse deck Markdown to preview the slide outline and receive layout warnings—overflow risk, too many cards, missing titles—all without rendering.
Instructions
Parse deck Markdown and report the slide outline plus layout warnings (overflow risk, too many cards, missing titles) without rendering a file. Cheap — use it while drafting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The deck source in the True deck Markdown format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when there are no warnings. | |
| meta | No | Parsed front matter. | |
| slides | Yes | ||
| warnings | Yes | Layout and capacity problems to fix in the Markdown. | |
| slide_count | Yes |