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 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index bc40566fc..8296d8fec 100644 --- a/README +++ b/README @@ -363,8 +363,8 @@ For further documentation, see the `pandoc(1)` man page. displayed all at once. `-N` or `--number-sections` -: causes sections to be numbered in LaTeX or ConTeXt output. By default, - sections are not numbered. +: causes sections to be numbered in LaTeX, ConTeXt, or HTML output. + By default, sections are not numbered. `--no-wrap` : disables text-wrapping in output. By default, text is wrapped -- cgit v1.2.3