diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-12 10:18:10 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-12 10:18:10 -0800 |
commit | 0dfd427b6be6cec9777685ee3645b9c31d1df785 (patch) | |
tree | 1539a23302dd16f9e22b28a93d421a4f7896f626 /README | |
parent | 5c498b36ef7a122ef09b3bfbfc9e9d6e748d0413 (diff) | |
download | pandoc-0dfd427b6be6cec9777685ee3645b9c31d1df785.tar.gz |
README - fixed documentation on Smart Punctuation.
Closes #415.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1534,10 +1534,12 @@ Backslash escapes do not work in verbatim contexts. Smart punctuation ----------------- +*Pandoc extension*. + If the `--smart` option is specified, pandoc will produce typographically -correct output, converting straight quotes to curly quotes, `---` and `--` -to Em-dashes, and `...` to ellipses. Nonbreaking spaces are inserted after -certain abbreviations, such as "Mr." +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: if your LaTeX template uses the `csquotes` package, pandoc will detect automatically this and use `\enquote{...}` for quoted text. |