aboutsummaryrefslogtreecommitdiff
path: root/tests/s5.fancy.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-02-04 21:05:48 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-02-04 21:05:48 -0800
commitce4f9a378703ad8043bec19722399b5d4b78f162 (patch)
treef67d8300beaf3ac5149222597fd1c8b5217b09c4 /tests/s5.fancy.html
parent90647a56f6a742e7ecc1cec44042e256ff94b802 (diff)
downloadpandoc-ce4f9a378703ad8043bec19722399b5d4b78f162.tar.gz
HTML writer: Spacing adjustments for Plain and RawHtml blocks.
Diffstat (limited to 'tests/s5.fancy.html')
-rw-r--r--tests/s5.fancy.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html
index d0e653557..c165f95a0 100644
--- a/tests/s5.fancy.html
+++ b/tests/s5.fancy.html
@@ -239,25 +239,19 @@
<h1>First slide</h1>
<ul class="incremental">
-<li>
-first bullet</li>
-<li>
-second bullet</li>
+<li>first bullet</li>
+<li>second bullet</li>
</ul>
-
</div>
-
<div class="slide">
<h1>Math</h1>
<ul class="incremental">
-<li>
-<span class="LaTeX">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span></li>
+<li><span class="LaTeX">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span></li>
</ul>
-
</div>
</div>
</body>