Clarify MANUAL.txt on --preserve-tabs

This commit is contained in:
John MacFarlane 2019-11-11 17:08:11 -08:00 committed by GitHub
parent 78399ccf90
commit d3966372f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -634,9 +634,10 @@ header when requesting a document from a URL:
`-p`, `--preserve-tabs`
: Preserve tabs instead of converting them to spaces (the default).
Note that this will only affect tabs in literal code spans and code
blocks; tabs in regular text will be treated as spaces.
: Preserve tabs instead of converting them to spaces. (By default, pandoc
converts tabs to spaces before parsing its input.) Note that this will
only affect tabs in literal code spans and code blocks. Tabs in regular
text are always treated as spaces.
`--tab-stop=`*NUMBER*