From 2ced785e95e0799f3c8a705e828e6522e11a8a98 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 8 Dec 2009 02:36:16 +0000 Subject: 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 --- man/man1/pandoc.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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.) -- cgit v1.2.3