aboutsummaryrefslogtreecommitdiff
path: root/tests/s5.basic.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-02-04 20:37:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-02-04 20:38:08 -0800
commit90647a56f6a742e7ecc1cec44042e256ff94b802 (patch)
tree3cbfcfde519b9fd0b5eb2057d09312466aae18cc /tests/s5.basic.html
parent99cb6076f8f6ac1b2053f2425e2021bc14ac4796 (diff)
downloadpandoc-90647a56f6a742e7ecc1cec44042e256ff94b802.tar.gz
Updated tests for new HTML format.
Verified against old tests using tidy and diff.
Diffstat (limited to 'tests/s5.basic.html')
-rw-r--r--tests/s5.basic.html42
1 files changed, 24 insertions, 18 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html
index 64971417a..f21cca0e7 100644
--- a/tests/s5.basic.html
+++ b/tests/s5.basic.html
@@ -35,25 +35,31 @@
<h4>July 15, 2006</h4>
</div>
<div class="slide">
-<h1
->First slide</h1
-><ul
-><li
- >first bullet</li
- ><li
- >second bullet</li
- ></ul
-></div>
+
+
+<h1>First slide</h1>
+
+<ul>
+<li>
+first bullet</li>
+<li>
+second bullet</li>
+</ul>
+
+</div>
+
+
<div class="slide">
-<h1
->Math</h1
-><ul
-><li
- ><span class="math"
- >$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span
- ></li
- ></ul
-></div>
+
+
+<h1>Math</h1>
+
+<ul>
+<li>
+<span class="math">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span></li>
+</ul>
+
+</div>
</div>
</body>
</html>