summaryrefslogtreecommitdiff
path: root/tests/s5.inserts.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-15 19:01:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-15 22:26:45 -0700
commit9be9bccfcfc2c46459b3da963bc59a37f841fe8a (patch)
tree1ecfb499923d950426d8ca1cc12e1c28291ae235 /tests/s5.inserts.html
parent57a91f3b6add303ef70aa29a14a8c67123ec7c0f (diff)
Added --section-divs option.
+ Header identifiers now get attached to the headers, unless --section-divs is specified, in which case they are added to enclosing divs. By default, the divs are not added. + Resolves Issue #230, #239.
Diffstat (limited to 'tests/s5.inserts.html')
-rw-r--r--tests/s5.inserts.html34
1 files changed, 15 insertions, 19 deletions
diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html
index 69ab6f5e1..f909850d8 100644
--- a/tests/s5.inserts.html
+++ b/tests/s5.inserts.html
@@ -13,26 +13,22 @@
<body>
STUFF INSERTED
<h1 class="title">My S5 Document</h1>
-<div id="first-slide"
-><h1
- >First slide</h1
- ><ul
+<h1 id="first-slide"
+>First slide</h1
+><ul
+><li
+ >first bullet</li
><li
- >first bullet</li
- ><li
- >second bullet</li
- ></ul
- ></div
-><div id="math"
-><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
- ></ul
- ></div
+ >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
>
STUFF INSERTED
</body>