aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-30 10:50:18 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-30 10:54:07 -0700
commit532ae22c290b40932c1797b19b9cb4248ec543f6 (patch)
treefd3e27e39a5442c0952c9eb2e39b84ed857396fc /README
parentd1ba023d9e747a890b2957326d4d3441c23805e6 (diff)
downloadpandoc-532ae22c290b40932c1797b19b9cb4248ec543f6.tar.gz
Textile reader: don't do smart punctuation unless explicitly asked.
Closes #2480. Note that although smart punctuation is part of the textile spec, it's not always wanted when converting from textile to, say, Markdown. So it seems better to make this an option.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index 9807fbc1c..40fe3aafd 100644
--- a/README
+++ b/README
@@ -372,10 +372,8 @@ Reader options
: Produce typographically correct output, converting straight quotes
to curly quotes, `---` to em-dashes, `--` to en-dashes, and
`...` to ellipses. Nonbreaking spaces are inserted after certain
- abbreviations, such as "Mr." (Note: This option is significant only when
- the input format is `markdown`, `markdown_strict`, `textile` or `twiki`.
- It is selected automatically when the input format is `textile` or the
- output format is `latex` or `context`, unless `--no-tex-ligatures`
+ abbreviations, such as "Mr." (Note: This option is selected automatically
+ when the output format is `latex` or `context`, unless `--no-tex-ligatures`
is used.)
`--old-dashes`