diff options
Diffstat (limited to 'scripts/md/slides.md')
-rw-r--r-- | scripts/md/slides.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/md/slides.md b/scripts/md/slides.md index 8dd4d30..f8155ac 100644 --- a/scripts/md/slides.md +++ b/scripts/md/slides.md | |||
@@ -14,8 +14,9 @@ class: segue dark nobackground | |||
14 | 14 | ||
15 | title: Agenda | 15 | title: Agenda |
16 | class: big | 16 | class: big |
17 | build_lists: true | ||
17 | 18 | ||
18 | Things we'll cover: | 19 | Things we'll cover (list should build): |
19 | 20 | ||
20 | - Bullet1 | 21 | - Bullet1 |
21 | - Bullet2 | 22 | - Bullet2 |
@@ -69,3 +70,9 @@ function detectFormFactor() { | |||
69 | } | 70 | } |
70 | </pre> | 71 | </pre> |
71 | 72 | ||
73 | --- | ||
74 | |||
75 | title: Centered content | ||
76 | content_class: flexbox vcenter | ||
77 | |||
78 | This content should be centered! | ||