Marp Presentations in Git

Marp allows you to transform Markdown into beautiful, high-fidelity slide decks. It's the "Presentations as Code" solution for technical documentation and Git-based workflows.

Interactive Slide Deck
Use Space or ←/→ to navigate. Press O for overview mode.
Rendered via @marp-team/marp-cli

Why Marp?

Traditional slide decks are binary blobs that are hard to version control and review. Marp solves this by using plain text Markdown.

With Marp, your slides live alongside your code, making them searchable, diffable, and easy to update via PRs.

Quick Start Syntax

---
marp: true
theme: default
---

# Slide 1
Content...

---

# Slide 2
Content...