aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-06 09:54:58 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-06 09:54:58 +0000
commitbb8478e4e24b431ca81ee7f669d517eb11a47500 (patch)
tree3dedfbceaf88404e531b81e37f07b8f026f07ebb /README
parent06e6107f535ae921f4b1fec2e7de7dd98b793435 (diff)
downloadpandoc-bb8478e4e24b431ca81ee7f669d517eb11a47500.tar.gz
Merged changes from 'quotes' branch since r431. Smart typography
is now handled in the Markdown and LaTeX readers, rather than in the writers. The HTML writer has been rewritten to use the prettyprinting library. git-svn-id: https://pandoc.googlecode.com/svn/trunk@436 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index f70d1843c..9ce52049d 100644
--- a/README
+++ b/README
@@ -262,9 +262,11 @@ in the title as it appears at the beginning of the HTML body). (See
below on Titles.)
`-S` or `--smart` causes `pandoc` to produce typographically
-correct HTML output, along the lines of John Gruber's [Smartypants].
+correct output, along the lines of John Gruber's [Smartypants].
Straight quotes are converted to curly quotes, `---` to dashes, and
-`...` to ellipses.
+`...` to ellipses. (Note: This option is only significant when
+the input format is `markdown`. It is selected automatically
+when the output format is `latex`.)
[Smartypants]: http://daringfireball.net/projects/smartypants/