From a081df1c41f2acb900e60ce9f12d52179199d3ea Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 16 Nov 2015 07:46:12 -0800 Subject: reveal.js template: Fixed parallaxBackground options. `parallaxBackgroundHorizontal` and `parallaxBackgroundVertical` need integer values, not strings. (Vaughn Iverson) --- changelog | 5 ++++- data/templates | 2 +- 2 files changed, 5 insertions(+), 2 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 index c31874467..16e9428d8 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit c31874467bb58ac1735dc28af458e7603a166397 +Subproject commit 16e9428d8a86f6c95ef763a556e1297435e3032d -- cgit v1.2.3