# Markdown Carousel Slides to PDF

Carousel fences are interactive on HTML previews and become stacked cards in the PDF.

````carousel
```markdown
### Slide 1 — Problem
Stakeholders need a printable brief, not a GitHub URL.
```
<!-- slide -->
```markdown
### Slide 2 — Approach
Author in Markdown; compile with PrintifyMarkdown.
```
<!-- slide -->
```markdown
### Slide 3 — Result
One PDF with prose, diagrams, and math that survives the printer.
```
````
