anammari / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

s5 and slidy writers ignore option --section-divs #302

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The --section-divs does not provide enclosing <div> to headers when using s5 or 
slidy.

What steps will reproduce the problem?
pandoc -t s5 --section-divs
# A title
^D

What is the expected output?
<div class="slide">

<div id="a-title">
<h1>A title</h1>
</div>
</div>

What do you see instead?
<div class="slide">

<h1>A title</h1>
</div>

What version of the product are you using? On what operating system?
pandoc 1.8.1.1
Compiled with citeproc support.

Original issue reported on code.google.com by gmo...@gmail.com on 11 May 2011 at 2:49

GoogleCodeExporter commented 8 years ago
This is a duplicate of Issue #296.  The problem has already been fixed in the 
development version.
You can install from github source if you need the fix now.  It will be in the 
next release.

Original comment by fiddloso...@gmail.com on 11 May 2011 at 6:34

GoogleCodeExporter commented 8 years ago

Original comment by fiddloso...@gmail.com on 11 May 2011 at 6:35