aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 14:58:55 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 14:58:55 -0800
commitbec9485d93ebcdb3d33f5c43cad09f86acb06d1d (patch)
treef3aa891a4661934ba6c924940a1b232bf4e0557d /README
parent550b931c3cf3ece7226b98aa0547efb3facdd816 (diff)
downloadpandoc-bec9485d93ebcdb3d33f5c43cad09f86acb06d1d.tar.gz
Re-added the --ascii option.
Now it is implemented in pandoc.hs, not in the HTML writer.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 8de5310ee..33384ea77 100644
--- a/README
+++ b/README
@@ -333,6 +333,11 @@ Options affecting specific writers
: Produce HTML5 instead of HTML4. This option has no effect for writers
other than `html`. (*Deprecated:* Use the `html5` output format instead.)
+`--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).
+
`--reference-links`
: Use reference-style links, rather than inline links, in writing markdown
or reStructuredText. By default inline links are used.