diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-02-04 21:05:48 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-02-04 21:05:48 -0800 |
commit | ce4f9a378703ad8043bec19722399b5d4b78f162 (patch) | |
tree | f67d8300beaf3ac5149222597fd1c8b5217b09c4 /tests/s5.basic.html | |
parent | 90647a56f6a742e7ecc1cec44042e256ff94b802 (diff) | |
download | pandoc-ce4f9a378703ad8043bec19722399b5d4b78f162.tar.gz |
HTML writer: Spacing adjustments for Plain and RawHtml blocks.
Diffstat (limited to 'tests/s5.basic.html')
-rw-r--r-- | tests/s5.basic.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html index f21cca0e7..581c7842e 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -40,25 +40,19 @@ <h1>First slide</h1> <ul> -<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> -<li> -<span class="math">$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</span></li> +<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> |