Made author/date more consistent in HTML templates.
Authors are now h2, date h3. (Instead of h3/h4, as in the past.)
This commit is contained in:
parent
3270c838b5
commit
c8333b5d1b
5 changed files with 11 additions and 11 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 5facbc552da097dd150112457866a7785cfb21d4
|
||||
Subproject commit 9fd00ca239d07c49cad88ca242729c4d40baf2be
|
|
@ -32,8 +32,8 @@
|
|||
<div class="presentation">
|
||||
<div class="slide">
|
||||
<h1>My S5 Document</h1>
|
||||
<h3>Sam Smith<br/>Jen Jones</h3>
|
||||
<h4>July 15, 2006</h4>
|
||||
<h2>Sam Smith<br/>Jen Jones</h2>
|
||||
<h3>July 15, 2006</h3>
|
||||
</div>
|
||||
<div class="slide">
|
||||
<h1>First slide</h1>
|
||||
|
|
|
@ -233,8 +233,8 @@
|
|||
<div class="presentation">
|
||||
<div class="slide">
|
||||
<h1>My S5 Document</h1>
|
||||
<h3>Sam Smith<br/>Jen Jones</h3>
|
||||
<h4>July 15, 2006</h4>
|
||||
<h2>Sam Smith<br/>Jen Jones</h2>
|
||||
<h3>July 15, 2006</h3>
|
||||
</div>
|
||||
<div class="slide">
|
||||
<h1>First slide</h1>
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
STUFF INSERTED
|
||||
<div id="header">
|
||||
<h1 class="title">My S5 Document</h1>
|
||||
<h3 class="author">Sam Smith</h3>
|
||||
<h3 class="author">Jen Jones</h3>
|
||||
<h4 class="date">July 15, 2006</h4>
|
||||
<h2 class="author">Sam Smith</h2>
|
||||
<h2 class="author">Jen Jones</h2>
|
||||
<h3 class="date">July 15, 2006</h3>
|
||||
</div>
|
||||
<h1 id="first-slide">First slide</h1>
|
||||
<ul>
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
<body>
|
||||
<div id="header">
|
||||
<h1 class="title">Pandoc Test Suite</h1>
|
||||
<h3 class="author">John MacFarlane</h3>
|
||||
<h3 class="author">Anonymous</h3>
|
||||
<h4 class="date">July 17, 2006</h4>
|
||||
<h2 class="author">John MacFarlane</h2>
|
||||
<h2 class="author">Anonymous</h2>
|
||||
<h3 class="date">July 17, 2006</h3>
|
||||
</div>
|
||||
<p>This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite.</p>
|
||||
<hr />
|
||||
|
|
Loading…
Reference in a new issue