diff options
m--------- | templates | 12 | ||||
-rw-r--r-- | tests/s5.inserts.html | 5 | ||||
-rw-r--r-- | tests/writer.html | 5 |
3 files changed, 15 insertions, 7 deletions
diff --git a/templates b/templates -Subproject 4900bcb12808b95a180fa337f078869b6ff3315 +Subproject 8590fab1359fd618a7f8f737121c9413a8749d1 diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html index 534da25d3..67832ea3d 100644 --- a/tests/s5.inserts.html +++ b/tests/s5.inserts.html @@ -12,7 +12,12 @@ </head> <body> 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> +</div> <h1 id="first-slide">First slide</h1> <ul> <li>first bullet</li> diff --git a/tests/writer.html b/tests/writer.html index 371e8e17a..fac22f17e 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -9,7 +9,12 @@ <title>Pandoc Test Suite</title> </head> <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> +</div> <p>This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite.</p> <hr /> <h1 id="headers">Headers</h1> |