aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-05 09:46:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-05 09:46:04 -0800
commit1269fbd03228de12d3ea1911e17bd5cb2564a245 (patch)
treeebf5489119583df6bf3508958710eb771c1d04fc
parenta747268823890c1a82593c88e813fa649f6bc247 (diff)
downloadpandoc-1269fbd03228de12d3ea1911e17bd5cb2564a245.tar.gz
MANUAL.txt: --ascii works for gfm too.
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 0ad2e9220..3fe34ad8e 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -861,7 +861,7 @@ Options affecting specific writers {.options}
: Use only ASCII characters in output. Currently supported for XML
and HTML formats (which use entities instead of UTF-8 when this
- option is selected), CommonMark and Markdown (which uses
+ option is selected), CommonMark, gfm, and Markdown (which use
entities), roff ms (which use hexadecimal escapes), and to a
limited degree LaTeX (which uses standard commands for accented
characters when possible). roff man output uses ASCII by default.