Added note on --preserve-tabs in README.

This commit is contained in:
John MacFarlane 2012-07-22 10:42:14 -07:00
parent f79ed27bb5
commit 0e97e22672

2
README
View file

@ -236,6 +236,8 @@ Reader options
`-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.
`--tab-stop=`*NUMBER*
: Specify the number of spaces per tab (default is 4).