summaryrefslogtreecommitdiff
path: root/Main.hs
Commit message (Expand)AuthorAge
* Added Text.Pandoc.PDF module, 'pdf' as new output option.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
* Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher2008-08-03
* Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher2008-07-31
* Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher2008-07-31
* Added 'odt' output option to pandoc:fiddlosopher2008-07-31
* Added MediaWiki writer.fiddlosopher2008-07-27
* Cleaned up Main.hs to eliminate -Wall warnings.fiddlosopher2008-06-17
* Andrea Rossato's patch for OpenDocument support.fiddlosopher2008-03-19
* Changes to Texinfo writer:fiddlosopher2008-02-24
* Committed novalazy's initial patch for texinfo output,fiddlosopher2008-02-24
* Have --version print a list of supported languages for syntax highlighting.fiddlosopher2008-02-09
* Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher2008-02-09
* Removed Text.Regex dependencies by rewriting using plain Haskell:fiddlosopher2008-02-09
* Removed unnecessary imports.fiddlosopher2008-01-16
* Made -c/--css option repeatable on the command line (like -H, -A, -B).fiddlosopher2008-01-08
* Changed copyright dates where appropriate to include 2008.fiddlosopher2008-01-08
* Added optional HTML sanitization using a whitelist.fiddlosopher2008-01-03
* Made -H, -A, and -B cumulative: if they are specified multiple times,fiddlosopher2008-01-01
* Added --gladtex and --mimetex options.fiddlosopher2007-12-01
* Added HTMLMathMethod writer option.fiddlosopher2007-12-01
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03