aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-02-06 09:27:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-02-06 09:27:03 -0800
commit8f408e4b7b24bfcf0f6a48522a2d77b0b878d34d (patch)
tree3da737dc6fe13de4055781f47f3843f0783ea77e /README
parent9b38b69c947cae11948c9b363c223e27f34a4b25 (diff)
downloadpandoc-8f408e4b7b24bfcf0f6a48522a2d77b0b878d34d.tar.gz
Added --ascii option.
Currently supported only in HTML writer.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 897d8b000..d14fd8938 100644
--- a/README
+++ b/README
@@ -292,6 +292,11 @@ Options
`--columns`=*NUMBER*
: Specify length of lines in characters (for text wrapping).
+`--ascii`
+: Use only ascii characters in output. Currently supported only
+ for HTML output (which uses numerical entities instead of
+ UTF-8 when this option is selected).
+
`--email-obfuscation=`*none|javascript|references*
: Specify a method for obfuscating `mailto:` links in HTML documents.
*none* leaves `mailto:` links as they are. *javascript* obfuscates