Markdown 幻灯片示例

用于测试 PDF 导出的 Remark/Marp 风格 Markdown 幻灯片

📝 Remark/Marp 入门幻灯片 markdown

🟢 simple

包含标题、议程、表格、代码与结尾的简短多页幻灯片

⏱️ 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?