export_plan
Export Markdown implementation plans or audits to styled PDF, high-res PNG, or self-contained HTML, keeping code highlighting, Mermaid diagrams, and GitHub callouts.
Instructions
Export an AI agent implementation plan or audit (Markdown) to styled PDF, high-res PNG, or self-contained HTML matching IDE aesthetics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Path to the markdown file (relative or absolute) OR raw markdown text content | |
| theme | No | Visual theme: "light" (GitHub Light) or "dark" (GitHub Dark). Default: "light" | |
| formats | No | List of export formats. Default: ["png", "pdf"] | |
| outputDir | No | Directory where exported files will be saved. Default: "./exports" | |
| outputName | No | Base filename for exports without extension. Default: derived from input file or "plan" |