34 lines
426 B
Markdown
34 lines
426 B
Markdown
---
|
|
marp: true
|
|
theme: gaia
|
|
_class: lead
|
|
paginate: true
|
|
backgroundColor: #fff
|
|
backgroundImage: url('https://marp.app/assets/hero-background.svg')
|
|
---
|
|
|
|

|
|
|
|
# **Marp**
|
|
|
|
Markdown Presentation Ecosystem
|
|
|
|
https://marp.app/
|
|
|
|
---
|
|
|
|
# How to write slides
|
|
|
|
Split pages by horizontal ruler (`---`). It's very simple! :satisfied:
|
|
|
|
```markdown
|
|
# Slide 1
|
|
|
|
foobar
|
|
|
|
---
|
|
|
|
# Slide 2
|
|
|
|
foobar
|
|
```
|