aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-14 13:57:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-14 13:57:07 -0800
commit0f3a68a39dde9e6b9219a8901d9aa2ae099a338e (patch)
treeadf59d6da454218340c8e4e24129e65035b1ac31
parent55ea4d48b1a1c18c9b9535beb9b307adacaee466 (diff)
downloadpandoc-0f3a68a39dde9e6b9219a8901d9aa2ae099a338e.tar.gz
Added note about default for --email-obfuscation.
See #2528.
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index abc4c165b..a365caf07 100644
--- a/README
+++ b/README
@@ -692,7 +692,8 @@ Options affecting specific writers
: Specify a method for obfuscating `mailto:` links in HTML documents.
`none` leaves `mailto:` links as they are. `javascript` obfuscates
them using javascript. `references` obfuscates them by printing their
- letters as decimal or hexadecimal character references.
+ letters as decimal or hexadecimal character references. The default
+ is `javascript`.
`--id-prefix=`*STRING*