Age | Commit message (Expand) | Author | Files | Lines |
2008-09-02 | Modified Text.Pandoc.Biblio to fit new citeproc API. | fiddlosopher | 1 | -5/+5 |
2008-08-27 | Removed PDF writer from core pandoc, restored markdown2pdf. | fiddlosopher | 1 | -134/+0 |
2008-08-26 | LaTeX reader: Parse "code" environments as verbatim (lhs). | fiddlosopher | 1 | -15/+9 |
2008-08-14 | Simplified and improved UTF8 handling: | fiddlosopher | 5 | -95/+1 |
2008-08-14 | PDF writer: Close output file handle after waitForProcess. | fiddlosopher | 1 | -1/+2 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 17 | -77/+91 |
2008-08-12 | Don't expose Text.Pandoc.Biblio module unless citeproc option is selected. | fiddlosopher | 1 | -8/+1 |
2008-08-12 | Small haddock documentation fix. (Andrea Rossato) | fiddlosopher | 1 | -2/+2 |
2008-08-12 | Patches to Text.Pandoc.Biblio for new citeproc API. | fiddlosopher | 1 | -13/+10 |
2008-08-11 | Parse raw ConTeXt environments as TeX in markdown reader. | fiddlosopher | 2 | -13/+37 |
2008-08-11 | ODT writer: Use '/', even on Windows, as path separator in xlink attribute | fiddlosopher | 1 | -4/+4 |
2008-08-10 | Allow newline before URL in markdown link references. Resolves Issue #81. | fiddlosopher | 1 | -6/+4 |
2008-08-10 | Man writer: don't escape " as \". | fiddlosopher | 1 | -1/+1 |
2008-08-10 | Debian packaging changes: | fiddlosopher | 1 | -1/+1 |
2008-08-10 | Added Text.Pandoc.PDF module, 'pdf' as new output option. | fiddlosopher | 1 | -104/+98 |
2008-08-10 | Use 'bracket' to improve withTempDir Text.Pandoc.Shared. | fiddlosopher | 2 | -5/+146 |
2008-08-09 | Removed unneeded space after "\\item" in LaTeX and ConTeXt output. | fiddlosopher | 2 | -2/+2 |
2008-08-08 | Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present. | fiddlosopher | 4 | -8/+84 |
2008-08-06 | Small improvements to citation parsing in markdown reader. | fiddlosopher | 1 | -4/+4 |
2008-08-05 | Allow parsing of multiline citations. | fiddlosopher | 1 | -2/+2 |
2008-08-05 | Text/Pandoc/Biblio.hs - made getRefs point-free. | fiddlosopher | 1 | -1/+1 |
2008-08-04 | Added support for Cite to Markdown reader, and conditional support for citepr... | fiddlosopher | 5 | -2/+127 |
2008-08-04 | Added Cite element to definition and writers. | fiddlosopher | 11 | -8/+41 |
2008-08-03 | Improved configuration options and CPP macros. | fiddlosopher | 4 | -3/+17 |
2008-08-03 | Added 'utf8' configuration flag to pandoc.cabal. | fiddlosopher | 1 | -4/+8 |
2008-08-03 | Improvements to ODT writer (for windows compatibility): | fiddlosopher | 1 | -18/+18 |
2008-08-02 | Improved template handling: | fiddlosopher | 6 | -20/+62 |
2008-08-01 | Removed superfluous copyFile from Text/Pandoc/ODT.hs. | fiddlosopher | 1 | -1/+0 |
2008-08-01 | Fixes to make haddock work with template haskell: | fiddlosopher | 3 | -3/+29 |
2008-08-01 | Use </> with contentsOf to ensure that paths are portable. | fiddlosopher | 2 | -3/+4 |
2008-08-01 | ODT writer: Don't use pathname in invoking "zip", as that causes problems in... | fiddlosopher | 1 | -7/+5 |
2008-08-01 | Added pragma to HTML writer to avoid deprecation warning for use of "start" a... | fiddlosopher | 1 | -0/+1 |
2008-08-01 | Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings. | fiddlosopher | 1 | -0/+1 |
2008-08-01 | Don't use OverloadedStrings in ODT writer. | fiddlosopher | 1 | -7/+3 |
2008-08-01 | Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m... | fiddlosopher | 1 | -1/+5 |
2008-08-01 | Simplified build process using template haskell. | fiddlosopher | 3 | -0/+211 |
2008-08-01 | Use template haskell to store reference.odt as blob in pandoc. | fiddlosopher | 2 | -4/+19 |
2008-08-01 | Added code for xml library (Text.XML.Light) to source tree, | fiddlosopher | 6 | -0/+1074 |
2008-07-31 | Compatibility fixes for CPP, Cabal, and haddock: | fiddlosopher | 2 | -6/+6 |
2008-07-31 | Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8. | fiddlosopher | 3 | -53/+5 |
2008-07-31 | Added 'odt' output option to pandoc: | fiddlosopher | 2 | -1/+166 |
2008-07-31 | OpenDocument writer: don't print alt text with Image. | fiddlosopher | 1 | -2/+2 |
2008-07-31 | Code cleanup in Text/Pandoc/Highlighting.hs. | fiddlosopher | 1 | -4/+4 |
2008-07-31 | Use CPP to simplify build procedure for Highlighting.hs module. | fiddlosopher | 1 | -0/+64 |
2008-07-27 | HTML writer: override Text.XHtml's stringToHtml function, | fiddlosopher | 1 | -1/+15 |
2008-07-27 | Added MediaWiki writer. | fiddlosopher | 2 | -0/+396 |
2008-07-23 | Markdown reader: Parse setext headers before atx headers. | fiddlosopher | 1 | -1/+1 |
2008-07-18 | Added proper support for embedded images to opendocument writer. | fiddlosopher | 1 | -1/+6 |
2008-07-18 | Style fixes in opendocument writer: | fiddlosopher | 1 | -9/+16 |
2008-07-15 | More work on smallcaps support. | fiddlosopher | 10 | -10/+19 |