summaryrefslogtreecommitdiffstats
path: root/default.revealjs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-08 11:59:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-08 11:59:51 -0800
commitbea0059f80541a1946df27c54d359c7b78696c5c (patch)
tree8cebf1f4e77a78a751432efa9538e192832dac05 /default.revealjs
parent81a523a1949de42720cb702b6e577411d76f36e6 (diff)
downloadpandoc-templates-bea0059f80541a1946df27c54d359c7b78696c5c.tar.gz
pandoc-templates-bea0059f80541a1946df27c54d359c7b78696c5c.zip
Updated templates for pandoc 2.12
Diffstat (limited to 'default.revealjs')
-rw-r--r--default.revealjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.revealjs b/default.revealjs
index ff88a44..e611e5b 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -82,6 +82,10 @@ $endif$
82 // Full list of configuration options available at: 82 // Full list of configuration options available at:
83 // https://revealjs.com/config/ 83 // https://revealjs.com/config/
84 Reveal.initialize({ 84 Reveal.initialize({
85$if(center)$
86 // Determines whether slide content should be vertically centered
87 center: $center$,
88$endif$
85$if(controls)$ 89$if(controls)$
86 // Display controls in the bottom right corner 90 // Display controls in the bottom right corner
87 controls: $controls$, 91 controls: $controls$,