Testing CI for slide production via web-hook and marp-cli.
This commit is contained in:
parent
141511322f
commit
23b4cba073
1 changed files with 33 additions and 0 deletions
33
docs/test-slide.md
Normal file
33
docs/test-slide.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
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
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue