aboutsummaryrefslogtreecommitdiff
path: root/Text
AgeCommit message (Expand)AuthorFilesLines
2008-08-09Removed unneeded space after "\\item" in LaTeX and ConTeXt output.fiddlosopher2-2/+2
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher4-8/+84
2008-08-06Small improvements to citation parsing in markdown reader.fiddlosopher1-4/+4
2008-08-05Allow parsing of multiline citations.fiddlosopher1-2/+2
2008-08-05Text/Pandoc/Biblio.hs - made getRefs point-free.fiddlosopher1-1/+1
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher5-2/+127
2008-08-04Added Cite element to definition and writers.fiddlosopher11-8/+41
2008-08-03Improved configuration options and CPP macros.fiddlosopher4-3/+17
2008-08-03Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher1-4/+8
2008-08-03Improvements to ODT writer (for windows compatibility):fiddlosopher1-18/+18
2008-08-02Improved template handling:fiddlosopher6-20/+62
2008-08-01Removed superfluous copyFile from Text/Pandoc/ODT.hs.fiddlosopher1-1/+0
2008-08-01Fixes to make haddock work with template haskell:fiddlosopher3-3/+29
2008-08-01Use </> with contentsOf to ensure that paths are portable.fiddlosopher2-3/+4
2008-08-01ODT writer: Don't use pathname in invoking "zip", as that causes problems in...fiddlosopher1-7/+5
2008-08-01Added pragma to HTML writer to avoid deprecation warning for use of "start" a...fiddlosopher1-0/+1
2008-08-01Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.fiddlosopher1-0/+1
2008-08-01Don't use OverloadedStrings in ODT writer.fiddlosopher1-7/+3
2008-08-01Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...fiddlosopher1-1/+5
2008-08-01Simplified build process using template haskell.fiddlosopher3-0/+211
2008-08-01Use template haskell to store reference.odt as blob in pandoc.fiddlosopher2-4/+19
2008-08-01Added code for xml library (Text.XML.Light) to source tree,fiddlosopher6-0/+1074
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher2-6/+6
2008-07-31Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher3-53/+5
2008-07-31Added 'odt' output option to pandoc:fiddlosopher2-1/+166
2008-07-31OpenDocument writer: don't print alt text with Image.fiddlosopher1-2/+2
2008-07-31Code cleanup in Text/Pandoc/Highlighting.hs.fiddlosopher1-4/+4
2008-07-31Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher1-0/+64
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher1-1/+15
2008-07-27Added MediaWiki writer.fiddlosopher2-0/+396
2008-07-23Markdown reader: Parse setext headers before atx headers.fiddlosopher1-1/+1
2008-07-18Added proper support for embedded images to opendocument writer.fiddlosopher1-1/+6
2008-07-18Style fixes in opendocument writer:fiddlosopher1-9/+16
2008-07-15More work on smallcaps support.fiddlosopher10-10/+19
2008-07-15Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher11-10/+25
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher1-1/+2
2008-07-15Commented out some unneeded code in HTML reader.fiddlosopher1-0/+4
2008-07-15Code cleanup - RST reader.fiddlosopher1-23/+93
2008-07-15Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher5-7/+6
2008-07-15LaTeX reader - Code cleanup.fiddlosopher1-16/+76
2008-07-14OpenDocument writer: Fixed typo in inline styles fix (super/sup).fiddlosopher1-9/+9
2008-07-14Code cleanup in LaTeX reader.fiddlosopher1-14/+50
2008-07-14OpenDocument writer: support nested inline styles.fiddlosopher1-23/+67
2008-07-13Code cleanup in TexMath reader.fiddlosopher1-1/+14
2008-07-13Code cleanup in ConTeXt writer.fiddlosopher1-18/+14
2008-07-13Code cleanup in Texinfo writer.fiddlosopher1-13/+27
2008-07-13Code cleanup in Man writer.fiddlosopher1-22/+23
2008-07-13Code cleanup in DocBook writer.fiddlosopher1-21/+36
2008-07-13Code cleanup in RTF writer.fiddlosopher1-18/+17
2008-07-13Code cleanup in RST writer to eliminate -Wall warnings.fiddlosopher1-28/+19