diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-04-16 12:16:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-04-16 12:16:24 -0700 |
commit | cfaa9acd18e455ee515b8227c7bad7b763f41307 (patch) | |
tree | 89e47c2fc60073793293b4f1d4448a657ea3a72b /tests/s5.fancy.html | |
parent | 8ddf7f5dc783dd8541d3ea3cd72dde838ede1b82 (diff) | |
download | pandoc-cfaa9acd18e455ee515b8227c7bad7b763f41307.tar.gz |
Fixed Slidy/S5 output to allow --section-divs.
This is also a cleaner way of inserting the slide divs.
Resolves Issue #296.
Diffstat (limited to 'tests/s5.fancy.html')
-rw-r--r-- | tests/s5.fancy.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index 6fc2d51f4..b60479eee 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -234,16 +234,13 @@ <h4>July 15, 2006</h4> </div> <div class="slide"> - <h1>First slide</h1> <ul class="incremental"> <li>first bullet</li> <li>second bullet</li> </ul> </div> - <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> |