Age | Commit message (Expand) | Author | Files | Lines |
2008-09-12 | Changed list parser so that only the starting list marker matters: | fiddlosopher | 1 | -45/+34 |
2008-09-08 | Use Data.List's 'intercalate' instead of custom 'joinWithSep'. | fiddlosopher | 13 | -50/+44 |
2008-09-08 | Fixed haddock bug in Text/Pandoc/LaTexMathML.hs. | fiddlosopher | 1 | -1/+1 |
2008-09-06 | LaTeX reader: Refactored math parsers, limited support for eqnarray. | fiddlosopher | 1 | -3/+10 |
2008-09-06 | LaTeX reader: Removed specialEnvironment parser. | fiddlosopher | 1 | -7/+0 |
2008-09-06 | LaTeX reader: minor improvements. | fiddlosopher | 1 | -7/+9 |
2008-09-06 | LaTeX reader: Fixed regression in list parsing | fiddlosopher | 1 | -3/+3 |
2008-09-06 | LaTeX reader: improvements in raw LaTeX parsing. | fiddlosopher | 1 | -20/+41 |
2008-09-06 | MediaWiki writer: print class attributes in <pre> for code blocks, if any. | fiddlosopher | 1 | -1/+1 |
2008-09-06 | Changed Float to Double in definition of Table element. | fiddlosopher | 8 | -15/+15 |
2008-09-04 | Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'. | fiddlosopher | 3 | -116/+68 |
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-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 | 2 | -46/+0 |