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 /changelog | |
parent | 5985688122214b7656af36fdff70fdbd146b259a (diff) | |
download | pandoc-a081df1c41f2acb900e60ce9f12d52179199d3ea.tar.gz |
reveal.js template: Fixed parallaxBackground options.
`parallaxBackgroundHorizontal` and `parallaxBackgroundVertical` need
integer values, not strings. (Vaughn Iverson)
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 5 |
1 files changed, 4 insertions, 1 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 |