aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
AgeCommit message (Expand)Author
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher
2008-08-14Simplified and improved UTF8 handling:fiddlosopher
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher
2008-08-03Improved configuration options and CPP macros.fiddlosopher
2008-08-03Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher
2008-07-31Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher
2008-07-31Added 'odt' output option to pandoc:fiddlosopher
2008-07-27Added MediaWiki writer.fiddlosopher
2008-06-17Cleaned up Main.hs to eliminate -Wall warnings.fiddlosopher
2008-03-19Andrea Rossato's patch for OpenDocument support.fiddlosopher
2008-02-24Changes to Texinfo writer:fiddlosopher
2008-02-24Committed novalazy's initial patch for texinfo output,fiddlosopher
2008-02-09Have --version print a list of supported languages for syntax highlighting.fiddlosopher
2008-02-09Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher
2008-02-09Removed Text.Regex dependencies by rewriting using plain Haskell:fiddlosopher
2008-01-16Removed unnecessary imports.fiddlosopher
2008-01-08Made -c/--css option repeatable on the command line (like -H, -A, -B).fiddlosopher
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher
2008-01-01Made -H, -A, and -B cumulative: if they are specified multiple times,fiddlosopher
2007-12-01Added --gladtex and --mimetex options.fiddlosopher
2007-12-01Added HTMLMathMethod writer option.fiddlosopher
2007-11-29Moved everything from src into the top-level directory.fiddlosopher
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher