diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 07:46:12 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 07:48:09 -0800 |
commit | a081df1c41f2acb900e60ce9f12d52179199d3ea (patch) | |
tree | c8c2bd6a15ce6b3b88174b1499e0d43b65d46f7b | |
parent | 5985688122214b7656af36fdff70fdbd146b259a (diff) | |
download | pandoc-a081df1c41f2acb900e60ce9f12d52179199d3ea.tar.gz |
reveal.js template: Fixed parallaxBackground options.
`parallaxBackgroundHorizontal` and `parallaxBackgroundVertical` need
integer values, not strings. (Vaughn Iverson)
-rw-r--r-- | changelog | 5 | ||||
m--------- | data/templates | 14 |
2 files changed, 11 insertions, 8 deletions
@@ -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 |