diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-08 02:36:16 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-08 02:36:16 +0000 |
commit | 2ced785e95e0799f3c8a705e828e6522e11a8a98 (patch) | |
tree | 5023d6cf6debc6971549a389ef98a12fd8a3955a /man/man1 | |
parent | 05436988950d271f8a55ee48b4d7794da9b40172 (diff) | |
download | pandoc-2ced785e95e0799f3c8a705e828e6522e11a8a98.tar.gz |
Added optional section numbering in HTML output.
This involves a change to the Element data structure,
including a section number as well as an id and title
for each section. Section numbers are lists of integers;
this should allow different numbering schemes to be used
in the future. Currently [1,2,3] -> 1.2.3.
Resolves Issue #150.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1658 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 3eeb93fb4..3caf104f4 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -134,8 +134,8 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. : Make list items in S5 display incrementally (one by one). -N, \--number-sections -: Number section headings in LaTeX output. (Default is not to number - them.) +: Number section headings in LaTeX, ConTeXt, or HTML output. + (Default is not to number them.) \--no-wrap : Disable text wrapping in output. (Default is to wrap text.) |