pandoc/src/Text/Pandoc
John MacFarlane 7864f30717 Markdown reader: handle curly quotes better.
Previously, curly quotes were just parsed literally, leading
to problems in some output formats.  Now they are parsed as
Quoted inlines, if --smart is specified.

Resolves Issue #270.
2010-12-06 20:36:58 -08:00
..
Readers Markdown reader: handle curly quotes better. 2010-12-06 20:36:58 -08:00
Writers Org writer: Minor changes to documentation header. 2010-12-05 09:48:54 -08:00
Biblio.hs Fixed spacing bug for reference-style citations. 2010-11-28 07:55:33 -08:00
Blocks.hs Moved all haskell source to src subdirectory. 2009-01-24 20:00:26 +00:00
CharacterReferences.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00
Highlighting.hs Removed redundant imports (found by ghc 6.12). 2009-12-31 16:48:36 +00:00
Parsing.hs Fix regression: markdown references should be case-insensitive. 2010-12-05 19:27:00 -08:00
S5.hs Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5. 2010-07-22 23:37:06 -07:00
Shared.hs removed support for textile Inserted construct 2010-12-03 23:10:51 -08:00
Templates.hs Moved s5 writing from S5 module to HTML. 2010-07-22 22:58:48 -07:00
UTF8.hs Encode filenames as UTF8. 2010-09-10 19:53:45 -07:00
UUID.hs Added an EPUB writer. 2010-07-05 00:06:27 -07:00
XML.hs Updated copyright notices. 2010-03-23 13:31:09 -07:00