init
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.idea
|
||||
node_modules
|
||||
Generated
+2986
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "workshop-typescript",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@marp-team/marp-cli": "^2.5.0"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
+33
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user