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="presentation">
|
||||||
<div class="slide">
|
<div class="slide">
|
||||||
<h1>My S5 Document</h1>
|
<h1>My S5 Document</h1>
|
||||||
<h3>Sam Smith<br/>Jen Jones</h3>
|
<h2>Sam Smith<br/>Jen Jones</h2>
|
||||||
<h4>July 15, 2006</h4>
|
<h3>July 15, 2006</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="slide">
|
<div class="slide">
|
||||||
<h1>First slide</h1>
|
<h1>First slide</h1>
|
||||||
|
|
|
@ -233,8 +233,8 @@
|
||||||
<div class="presentation">
|
<div class="presentation">
|
||||||
<div class="slide">
|
<div class="slide">
|
||||||
<h1>My S5 Document</h1>
|
<h1>My S5 Document</h1>
|
||||||
<h3>Sam Smith<br/>Jen Jones</h3>
|
<h2>Sam Smith<br/>Jen Jones</h2>
|
||||||
<h4>July 15, 2006</h4>
|
<h3>July 15, 2006</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="slide">
|
<div class="slide">
|
||||||
<h1>First slide</h1>
|
<h1>First slide</h1>
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
STUFF INSERTED
|
STUFF INSERTED
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1 class="title">My S5 Document</h1>
|
<h1 class="title">My S5 Document</h1>
|
||||||
<h3 class="author">Sam Smith</h3>
|
<h2 class="author">Sam Smith</h2>
|
||||||
<h3 class="author">Jen Jones</h3>
|
<h2 class="author">Jen Jones</h2>
|
||||||
<h4 class="date">July 15, 2006</h4>
|
<h3 class="date">July 15, 2006</h3>
|
||||||
</div>
|
</div>
|
||||||
<h1 id="first-slide">First slide</h1>
|
<h1 id="first-slide">First slide</h1>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1 class="title">Pandoc Test Suite</h1>
|
<h1 class="title">Pandoc Test Suite</h1>
|
||||||
<h3 class="author">John MacFarlane</h3>
|
<h2 class="author">John MacFarlane</h2>
|
||||||
<h3 class="author">Anonymous</h3>
|
<h2 class="author">Anonymous</h2>
|
||||||
<h4 class="date">July 17, 2006</h4>
|
<h3 class="date">July 17, 2006</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite.</p>
|
<p>This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite.</p>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Reference in a new issue