mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
MANUAL: A bit clearer explanation for --base-header-level.
We now say exactly how to work around the deprecation of this option.
This commit is contained in:
+3
-2
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user