aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-08 11:43:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-08 11:43:07 -0800
commitb42afe633342d96838fff9116655deea37524e5d (patch)
tree49fbbaf229f77f38cf1932c8bb9695fca950f42d /data
parent8673eb079bc389f340bafd4c191c642afc7e1603 (diff)
downloadpandoc-b42afe633342d96838fff9116655deea37524e5d.tar.gz
Add zoomKey config to default.revealjs.
Closes #4249. Thanks to @reagle.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.revealjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs
index e1949e397..9469291b2 100644
--- a/data/templates/default.revealjs
+++ b/data/templates/default.revealjs
@@ -239,6 +239,10 @@ $endif$
$if(maxScale)$
maxScale: $maxScale$,
$endif$
+$if(zoomKey)$
+ // Modifier key used to click-zoom to part of the slide
+ zoomKey: '$zoomKey$',
+$endif$
$if(mathjax)$
math: {
mathjax: '$mathjaxurl$',