From 820ab51401b3c4b1a13dd28ab9e090135b370555 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Sep 2016 21:44:16 +0200 Subject: Use p tags for subtitle, author, date in epub, revealjs, slidy templates. See #3119. --- changelog | 4 ++++ data/templates | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index c89960c54..a01c292c2 100644 --- a/changelog +++ b/changelog @@ -166,6 +166,10 @@ pandoc (1.17.3) problem where language specific source code would sometimes be output as example code. + * HTML, EPUB, slidy, revealjs templates: Use `

` instead of `

` for + subtitle, author, date (#3119). Note that, as a result of this change, + authors may need to update CSS. + * Beamer template: + Restore whitespace between paragraphs. This was diff --git a/data/templates b/data/templates index f2b84d021..8db1c3600 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit f2b84d021d920f71889adc173c7d3e1ba1e205f3 +Subproject commit 8db1c3600174521698e22ec7eacc60c8963f55a9 -- cgit v1.2.3