diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-09-25 21:44:16 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-09-25 21:44:16 +0200 |
commit | 820ab51401b3c4b1a13dd28ab9e090135b370555 (patch) | |
tree | 662b47250fd20463fca4053c2669640ce405b17e /changelog | |
parent | b43ebd2af2fdc05dbc15d6add5c71080b230d19f (diff) | |
download | pandoc-820ab51401b3c4b1a13dd28ab9e090135b370555.tar.gz |
Use p tags for subtitle, author, date in epub, revealjs, slidy templates.
See #3119.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 `<p>` instead of `<h1>` 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 |