diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-02-04 20:37:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-02-04 20:38:08 -0800 |
commit | 90647a56f6a742e7ecc1cec44042e256ff94b802 (patch) | |
tree | 3cbfcfde519b9fd0b5eb2057d09312466aae18cc /tests/s5.fragment.html | |
parent | 99cb6076f8f6ac1b2053f2425e2021bc14ac4796 (diff) | |
download | pandoc-90647a56f6a742e7ecc1cec44042e256ff94b802.tar.gz |
Updated tests for new HTML format.
Verified against old tests using tidy and diff.
Diffstat (limited to 'tests/s5.fragment.html')
-rw-r--r-- | tests/s5.fragment.html | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/tests/s5.fragment.html b/tests/s5.fragment.html index 9845e1409..cca3f7244 100644 --- a/tests/s5.fragment.html +++ b/tests/s5.fragment.html @@ -1,17 +1,15 @@ -<h1 id="first-slide" ->First slide</h1 -><ul -><li - >first bullet</li - ><li - >second bullet</li - ></ul -><h1 id="math" ->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 -> +<h1 id="first-slide">First slide</h1> + +<ul> +<li> +first bullet</li> +<li> +second bullet</li> +</ul> + +<h1 id="math">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> |