Clarify MANUAL.txt on --preserve-tabs
This commit is contained in:
parent
78399ccf90
commit
d3966372f5
1 changed files with 4 additions and 3 deletions
|
@ -634,9 +634,10 @@ header when requesting a document from a URL:
|
||||||
|
|
||||||
`-p`, `--preserve-tabs`
|
`-p`, `--preserve-tabs`
|
||||||
|
|
||||||
: Preserve tabs instead of converting them to spaces (the default).
|
: Preserve tabs instead of converting them to spaces. (By default, pandoc
|
||||||
Note that this will only affect tabs in literal code spans and code
|
converts tabs to spaces before parsing its input.) Note that this will
|
||||||
blocks; tabs in regular text will be treated as spaces.
|
only affect tabs in literal code spans and code blocks. Tabs in regular
|
||||||
|
text are always treated as spaces.
|
||||||
|
|
||||||
`--tab-stop=`*NUMBER*
|
`--tab-stop=`*NUMBER*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue