Initial commit
This commit is contained in:
commit
72a414761e
|
@ -0,0 +1 @@
|
|||
main.pdf
|
|
@ -0,0 +1,6 @@
|
|||
all: *.md
|
||||
marp main.md -o main.pdf
|
||||
|
||||
watch:
|
||||
marp -w main.md -o main.pdf
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
theme: gaia
|
||||
_class: lead
|
||||
paginate: true
|
||||
backgroundColor: #fff
|
||||
backgroundImage: url('https://marp.app/assets/hero-background.jpg')
|
||||
---
|
||||
|
||||
![bg left:40% 80%](https://raw.githubusercontent.com/marp-team/marp/master/marp.png)
|
||||
|
||||
# **Marp**
|
||||
|
||||
Markdown Presentation Ecosystem
|
||||
|
||||
https://marp.app/
|
Loading…
Reference in New Issue