aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-20 17:03:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-20 17:04:38 -0800
commit18b530d613f8f40db98f6e370c30eb356dfb6e3d (patch)
tree5f12ff2080d77594192f342103641adbcbd2a51a
parent2c13773be857357152750fd3c809326420caca31 (diff)
downloadpandoc-18b530d613f8f40db98f6e370c30eb356dfb6e3d.tar.gz
MANUAL: A bit clearer explanation for `--base-header-level`.
We now say exactly how to work around the deprecation of this option.
-rw-r--r--MANUAL.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index c92b46482..f1e6f4db2 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -507,8 +507,9 @@ header when requesting a document from a URL:
`--base-header-level=`*NUMBER*
-: *Deprecated. Use `--shift-heading-level-by` instead.*
- Specify the base level for headings (defaults to 1).
+: *Deprecated. Use `--shift-heading-level-by`=X instead,
+ where X = NUMBER - 1.* Specify the base level for headings
+ (defaults to 1).
`--strip-empty-paragraphs`