diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-07-22 10:42:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-07-22 10:42:14 -0700 |
commit | 0e97e2267288a16557c480131dc000d6552fac4e (patch) | |
tree | 5ccb8f54cc5d2dea6efd78312e92b0a4d48a5236 | |
parent | f79ed27bb50411bf0704f34b555c5c348e4c7ec8 (diff) | |
download | pandoc-0e97e2267288a16557c480131dc000d6552fac4e.tar.gz |
Added note on --preserve-tabs in README.
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |