diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-09-25 21:43:19 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-09-25 21:43:19 +0200 |
| commit | 8db1c3600174521698e22ec7eacc60c8963f55a9 (patch) | |
| tree | 3988db9b62c725dc9e4cfa5a31d313e1655d721c /default.revealjs | |
| parent | f2b84d021d920f71889adc173c7d3e1ba1e205f3 (diff) | |
| download | pandoc-8db1c3600174521698e22ec7eacc60c8963f55a9.tar.gz | |
Use p tag for subtitle, author, date in epub, revealjs, slidy.
Diffstat (limited to 'default.revealjs')
| -rw-r--r-- | default.revealjs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.revealjs b/default.revealjs index db16168f9..e6d561292 100644 --- a/default.revealjs +++ b/default.revealjs @@ -63,13 +63,13 @@ $if(title)$ <section> <h1 class="title">$title$</h1> $if(subtitle)$ - <h1 class="subtitle">$subtitle$</h1> + <p class="subtitle">$subtitle$</p> $endif$ $for(author)$ - <h2 class="author">$author$</h2> + <p class="author">$author$</p> $endfor$ $if(date)$ - <h3 class="date">$date$</h3> + <p class="date">$date$</p> $endif$ </section> $endif$ |
