aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
AgeCommit message (Expand)AuthorFilesLines
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher1-51/+55
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher1-6/+6
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher1-13/+58
2008-08-03Improved configuration options and CPP macros.fiddlosopher1-8/+12
2008-08-03Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher1-4/+8
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher1-4/+4
2008-07-31Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher1-10/+12
2008-07-31Added 'odt' output option to pandoc:fiddlosopher1-15/+31
2008-07-27Added MediaWiki writer.fiddlosopher1-0/+1
2008-06-17Cleaned up Main.hs to eliminate -Wall warnings.fiddlosopher1-7/+8
2008-03-19Andrea Rossato's patch for OpenDocument support.fiddlosopher1-11/+12
2008-02-24Changes to Texinfo writer:fiddlosopher1-18/+20
2008-02-24Committed novalazy's initial patch for texinfo output,fiddlosopher1-0/+1
2008-02-09Have --version print a list of supported languages for syntax highlighting.fiddlosopher1-3/+12
2008-02-09Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher1-1/+7
2008-02-09Removed Text.Regex dependencies by rewriting using plain Haskell:fiddlosopher1-37/+33
2008-01-16Removed unnecessary imports.fiddlosopher1-1/+0
2008-01-08Made -c/--css option repeatable on the command line (like -H, -A, -B).fiddlosopher1-8/+12
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher1-2/+2
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher1-7/+16
2008-01-01Made -H, -A, and -B cumulative: if they are specified multiple times,fiddlosopher1-3/+6
2007-12-01Added --gladtex and --mimetex options.fiddlosopher1-13/+17
2007-12-01Added HTMLMathMethod writer option.fiddlosopher1-4/+7
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+512
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-512/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+512