diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-07-15 19:01:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-07-15 22:26:45 -0700 |
commit | 9be9bccfcfc2c46459b3da963bc59a37f841fe8a (patch) | |
tree | 1ecfb499923d950426d8ca1cc12e1c28291ae235 /man/man1 | |
parent | 57a91f3b6add303ef70aa29a14a8c67123ec7c0f (diff) | |
download | pandoc-9be9bccfcfc2c46459b3da963bc59a37f841fe8a.tar.gz |
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 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index e1cf67847..d8cddb1d5 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -151,6 +151,10 @@ should pipe input and output through `iconv`: : Number section headings in LaTeX, ConTeXt, or HTML output. (Default is not to number them.) +\--section-divs +: Wrap sections in `<div>` tags, and attach identifiers to the + enclosing `<div>` rather than the header itself. + \--no-wrap : Disable text wrapping in output. (Default is to wrap text.) |