aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher1-17/+9
2008-09-04Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher1-17/+9
2008-08-14Simplified and improved UTF8 handling:fiddlosopher1-4/+0
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-3/+3
2008-08-10Use 'bracket' to improve withTempDir Text.Pandoc.Shared.fiddlosopher1-5/+2
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher1-3/+3
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher1-0/+6
2008-08-03Improved configuration options and CPP macros.fiddlosopher1-1/+8
2008-08-02Improved template handling:fiddlosopher1-15/+5
2008-08-01Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.fiddlosopher1-0/+1
2008-08-01Use template haskell to store reference.odt as blob in pandoc.fiddlosopher1-1/+13
2008-07-31Added 'odt' output option to pandoc:fiddlosopher1-1/+25
2008-07-15More work on smallcaps support.fiddlosopher1-0/+2
2008-06-17Cleaned up Text/Pandoc/Shared.hs to avoid -Wall warnings.fiddlosopher1-1/+9
2008-02-24Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared.fiddlosopher1-1/+13
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher1-2/+2
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher1-0/+2
2007-12-21Fixed handling of email addresses in markdown and reStructuredText.fiddlosopher1-0/+35
2007-12-01Added HTMLMathMethod writer option.fiddlosopher1-4/+9
2007-11-29Modified refsMatch for new Math block element.fiddlosopher1-0/+2
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+836
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-792/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+792