pandoc/src/Text/Pandoc
John MacFarlane b1b6d0f859 UTF8 module: Use base 4.2 IO if available.
This gives us proper line endings on windows, and some speed
improvements.

We fall back to the old functions if base < 4.2.

hGetContents is now exported.
2011-01-30 16:01:31 -08:00
..
Readers LaTeX reader: Fixed bug with whitespace at beginning of file. 2011-01-30 08:21:48 -08:00
Writers HTML writer: avoid doubled <code> tag for highlighted inline code. 2011-01-29 16:11:16 -08:00
Biblio.hs Updated copyright notices. 2011-01-01 10:26:10 -08:00
CharacterReferences.hs Simplified Text.Pandoc.CharacterReferences by using TagSoup entity lookup 2011-01-14 18:28:54 -08:00
Highlighting.hs Highlighting: Fixed non-highlighting-kate version of highlightHtml. 2011-01-29 23:08:29 -08:00
Parsing.hs Add support for attributes in inline Code. 2011-01-26 20:44:25 -08:00
Pretty.hs Pretty: Added quote, doubleQuote. 2010-12-22 00:22:28 -08:00
S5.hs Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5. 2010-07-22 23:37:06 -07:00
Shared.hs Shared: Fixed bug in normalize revealed by tests! 2011-01-29 10:03:31 -08:00
Templates.hs Removed all dependencies on 'pretty' package. 2010-12-22 11:48:08 -08:00
UTF8.hs UTF8 module: Use base 4.2 IO if available. 2011-01-30 16:01:31 -08:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs XML: don't use breaking spaces in attribute lists. 2010-12-21 16:46:21 -08:00