diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-22 20:03:21 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-22 20:03:48 -0800 |
| commit | 4d54c6368b07949e3a5be7bd15e5ca8a610034d7 (patch) | |
| tree | 1af663b1db89864c77057e5734abee0ce01a5439 | |
| parent | a33828f3759e60355864f0754052f91189f6746f (diff) | |
| download | pandoc-4d54c6368b07949e3a5be7bd15e5ca8a610034d7.tar.gz | |
Clarify that `--number-from` only works in HTML.
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -394,12 +394,12 @@ Options affecting specific writers top-level headers will become `\part{..}`. `-N`, `--number-sections` -: Number section headings in LaTeX, ConTeXt, or HTML output. +: Number section headings in LaTeX, ConTeXt, HTML, or EPUB output. By default, sections are not numbered. `--number-from`=*NUMBER* -: Starting number for top-level section headings in LaTeX, ConTeXt, - or HTML output. Implies `--number-sections`. +: Starting number for top-level section headings in HTML output. + Ignored in other output formats. Implies `--number-sections`. `--no-tex-ligatures` : Do not convert quotation marks, apostrophes, and dashes to |
