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