From 0e97e2267288a16557c480131dc000d6552fac4e Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 22 Jul 2012 10:42:14 -0700
Subject: [PATCH] Added note on --preserve-tabs in README.

---
 README | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README b/README
index 82cb8a28c..2c93679f2 100644
--- a/README
+++ b/README
@@ -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).