pandoc/Text/Pandoc
fiddlosopher 824bb2d22e 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
2008-07-11 02:14:57 +00:00
..
Readers In smart mode, use nonbreaking spaces after abbreviations in markdown parser. 2008-07-11 02:14:57 +00:00
Writers Treat '\ ' in (extended) markdown as nonbreaking space. 2008-07-11 01:24:15 +00:00
Blocks.hs Moved everything from src into the top-level directory. 2007-11-29 02:02:34 +00:00
CharacterReferences.hs Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings. 2008-06-17 19:07:17 +00:00
Definition.hs Fixed haddock documentation error 2008-03-31 20:20:02 +00:00
Shared.hs Cleaned up Text/Pandoc/Shared.hs to avoid -Wall warnings. 2008-06-17 19:07:11 +00:00
UTF8.hs Moved everything from src into the top-level directory. 2007-11-29 02:02:34 +00:00
XML.hs Moved XML-formatting functions to new unexported module Text.Pandoc.XML. 2008-03-19 18:46:01 +00:00