diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-02-06 09:27:03 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-02-06 09:27:03 -0800 |
commit | 8f408e4b7b24bfcf0f6a48522a2d77b0b878d34d (patch) | |
tree | 3da737dc6fe13de4055781f47f3843f0783ea77e /README | |
parent | 9b38b69c947cae11948c9b363c223e27f34a4b25 (diff) | |
download | pandoc-8f408e4b7b24bfcf0f6a48522a2d77b0b878d34d.tar.gz |
Added --ascii option.
Currently supported only in HTML writer.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |