From 824bb2d22e40e035703ccf6ec7fd6bcde51950ce Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 11 Jul 2008 02:14:57 +0000 Subject: In smart mode, use nonbreaking spaces after abbreviations in markdown parser. Thus, for example, "Mr. Brown" comes out as "Mr.~Brown" in LaTeX, and does not produce a sentence-separating space. Resolves Issue #75. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1298 788f1e2b-df1e-0410-8736-df70ead52e1b --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 43ecaeb6a..8352d7591 100644 --- a/README +++ b/README @@ -316,10 +316,11 @@ For further documentation, see the `pandoc(1)` man page. `-S` or `--smart` : causes `pandoc` to produce typographically correct output, along the lines of John Gruber's [Smartypants]. Straight quotes are converted - to curly quotes, `---` to dashes, and `...` to ellipses. (Note: This - option is only significant when the input format is `markdown`. - It is selected automatically when the output format is `latex` or - `context`.) + to curly quotes, `---` to dashes, and `...` to ellipses. Nonbreaking + spaces are inserted after certain abbreviations, such as "Mr." + (Note: This option is only significant when the input format is + `markdown`. It is selected automatically when the output format is + `latex` or `context`.) `-m`*[url]* or `--asciimathml`*[=url]* : causes `pandoc` to use Peter Jipsen's [ASCIIMathML] script to display -- cgit v1.2.3