🎯 Recommended Samples
Balanced sample collections from various categories for you to explore
Markdown Slide Deck Samples
Remark/Marp style Markdown slide decks for testing PDF export layouts
📝 Remark/Marp Starter Deck markdown
🟢 simple
⭐
A compact multi-slide deck with title, agenda, table, code, and closing slides
⏱️ 2 min
🏷️ remark, marp, presentation, layout, tables, code
---
marp: true
theme: default
paginate: true
size: 16:9
title: "Product Update Q2"
description: "Sample deck for md-slide-deck-to-pdf"
---
# Product Update Q2
## Build, Ship, Learn
**Team:** Platform
---
## Agenda
1. Goals and scope
2. Key metrics
3. Progress highlights
4. Next steps
---
## Goals and Scope
- Improve export reliability
- Reduce PDF render time
- Expand theme support
- Document slide conventions
---
## Key Metrics
| Metric | Target | Current |
| --- | --- | --- |
| Render time (p95) | 3.0s | 3.4s |
| Export success | 99.5% | 98.8% |
| Theme coverage | 6 | 4 |
---
## Progress Highlights
- New layout tests for 16:9 and 4:3
- Improved page margin handling
- Speaker notes ignored by renderer
---
## Code Sample
~~~ts
export function formatSlideTitle(title: string) {
return title.trim().toUpperCase()
}
~~~
---
## Quote
> "A great slide deck tells one story at a time."
---
## Next Steps
- Add theme switcher samples
- Validate fonts on macOS and Linux
- Collect user feedback
---
# Thank You
Questions?