MANUAL: Made formatting of arguments with several options consistent.
This commit is contained in:
parent
ced4032a35
commit
cbeb72d06b
1 changed files with 2 additions and 2 deletions
|
@ -538,7 +538,7 @@ General writer options
|
||||||
to inch/centimeters and vice versa. The default is 96dpi.
|
to inch/centimeters and vice versa. The default is 96dpi.
|
||||||
Technically, the correct term would be ppi (pixels per inch).
|
Technically, the correct term would be ppi (pixels per inch).
|
||||||
|
|
||||||
`--wrap=[auto|none|preserve]`
|
`--wrap=auto`|`none`|`preserve`
|
||||||
|
|
||||||
: Determine how text is wrapped in the output (the source
|
: Determine how text is wrapped in the output (the source
|
||||||
code, not the rendered version). With `auto` (the default),
|
code, not the rendered version). With `auto` (the default),
|
||||||
|
@ -647,7 +647,7 @@ Options affecting specific writers
|
||||||
placement of link references is affected by the
|
placement of link references is affected by the
|
||||||
`--reference-location` option.
|
`--reference-location` option.
|
||||||
|
|
||||||
`--reference-location = block` | `section` | `document`
|
`--reference-location = block`|`section`|`document`
|
||||||
|
|
||||||
: Specify whether footnotes (and references, if `reference-links` is
|
: Specify whether footnotes (and references, if `reference-links` is
|
||||||
set) are placed at the end of the current (top-level) block, the
|
set) are placed at the end of the current (top-level) block, the
|
||||||
|
|
Loading…
Reference in a new issue