Use p tags for subtitle, author, date in epub, revealjs, slidy templates.
See #3119.
This commit is contained in:
parent
b43ebd2af2
commit
820ab51401
2 changed files with 5 additions and 1 deletions
|
@ -166,6 +166,10 @@ pandoc (1.17.3)
|
||||||
problem where language specific source code would sometimes be output
|
problem where language specific source code would sometimes be output
|
||||||
as example code.
|
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:
|
* Beamer template:
|
||||||
|
|
||||||
+ Restore whitespace between paragraphs. This was
|
+ Restore whitespace between paragraphs. This was
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f2b84d021d920f71889adc173c7d3e1ba1e205f3
|
Subproject commit 8db1c3600174521698e22ec7eacc60c8963f55a9
|
Loading…
Add table
Reference in a new issue