diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-13 11:16:50 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-13 11:16:50 -0700 |
commit | 40e67b873735f108dfb17f75f6475219a62278cd (patch) | |
tree | 7814e987155d3b7d196135e2cdbf06deb67d460d /tests/s5.fragment.html | |
parent | fa71a08ed3cae4ed26d2cb84b1f7a29be94e3ddb (diff) | |
download | pandoc-40e67b873735f108dfb17f75f6475219a62278cd.tar.gz |
Revised tests directory.
Renamed some tests, introducing subsidiary directories
for fb2, docx, epub.
Cleaned up tests in cabal file.
Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
Diffstat (limited to 'tests/s5.fragment.html')
-rw-r--r-- | tests/s5.fragment.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/s5.fragment.html b/tests/s5.fragment.html deleted file mode 100644 index e8a888972..000000000 --- a/tests/s5.fragment.html +++ /dev/null @@ -1,9 +0,0 @@ -<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> |