aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-26 09:44:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-26 12:23:25 -0700
commite3d05171f3661008a3377c2b0f793fc846cfe497 (patch)
tree7b254be6243ac312fefa4057988fa33dde887e8b /MANUAL.txt
parent3ed4861c6290ab51cc45ba585237b33d96a0c03c (diff)
downloadpandoc-e3d05171f3661008a3377c2b0f793fc846cfe497.tar.gz
Make `--ascii` work for all XML formats (ICML, OPML, JATS,...).
Also document in manual.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 938bacf20..a68e8efbf 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -830,9 +830,10 @@ Options affecting specific writers
`--ascii`
-: Use only ASCII characters in output. Currently supported only for
- HTML and DocBook output (which uses numerical entities instead of
- UTF-8 when this option is selected).
+: Use only ASCII characters in output. Currently supported for
+ XML and HTML formats (which use numerical entities instead of
+ UTF-8 when this option is selected) and for groff ms and man
+ (which use hexadecimal escapes).
`--reference-links`