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