aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-10-02 23:19:03 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-10-02 23:19:03 -0700
commitc335b6cbd8e73537f6482ffc127bb428f586602e (patch)
treec9765dfc9c721c3757fb6d2c3b4563ca014475f0 /tests
parent06054ff740eabf164af164b9d7ef0fa112fc382a (diff)
downloadpandoc-c335b6cbd8e73537f6482ffc127bb428f586602e.tar.gz
HTML slides: only add id to div/section if --section-divs selected.
Diffstat (limited to 'tests')
-rw-r--r--tests/s5.basic.html4
-rw-r--r--tests/s5.fancy.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html
index 88ac22631..0658dcf4b 100644
--- a/tests/s5.basic.html
+++ b/tests/s5.basic.html
@@ -34,14 +34,14 @@
<h3>Sam Smith<br/>Jen Jones</h3>
<h4>July 15, 2006</h4>
</div>
-<div id="first-slide" class="slide">
+<div class="slide">
<h1>First slide</h1>
<ul>
<li>first bullet</li>
<li>second bullet</li>
</ul>
</div>
-<div id="math" class="slide">
+<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>
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html
index 0e10ae0b0..39188bb1e 100644
--- a/tests/s5.fancy.html
+++ b/tests/s5.fancy.html
@@ -235,14 +235,14 @@
<h3>Sam Smith<br/>Jen Jones</h3>
<h4>July 15, 2006</h4>
</div>
-<div id="first-slide" class="slide">
+<div class="slide">
<h1>First slide</h1>
<ul class="incremental">
<li>first bullet</li>
<li>second bullet</li>
</ul>
</div>
-<div id="math" class="slide">
+<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>