summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-16 07:46:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-16 07:48:09 -0800
commita081df1c41f2acb900e60ce9f12d52179199d3ea (patch)
treec8c2bd6a15ce6b3b88174b1499e0d43b65d46f7b
parent5985688122214b7656af36fdff70fdbd146b259a (diff)
reveal.js template: Fixed parallaxBackground options.
`parallaxBackgroundHorizontal` and `parallaxBackgroundVertical` need integer values, not strings. (Vaughn Iverson)
-rw-r--r--changelog5
m---------data/templates14
2 files changed, 11 insertions, 8 deletions
diff --git a/changelog b/changelog
index fc3299943..6c0c6e590 100644
--- a/changelog
+++ b/changelog
@@ -1,9 +1,12 @@
pandoc (1.15.2.1)
-
* Added two missing test files, and `stack.yaml`, to
`extra-source-files` so they're included in the source tarball.
+ * reveal.js template: Fixed parallaxBackground options.
+ `parallaxBackgroundHorizontal` and `parallaxBackgroundVertical`
+ need integer values, not strings. (Vaughn Iverson)
+
pandoc (1.15.2)
* `pandoc my.md -t context -o my.pdf` will now create a PDF using
diff --git a/data/templates b/data/templates
-Subproject c31874467bb58ac1735dc28af458e7603a16639
+Subproject 16e9428d8a86f6c95ef763a556e1297435e3032