aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Have the '-v' option print syntax highlighting languages separated by commas,fiddlosopher1-8/+12
2008-09-23Moved odt-styles/ to data/. Removed unneeded variable in Makefile.fiddlosopher8-2/+1
2008-09-23Removed debian directory.fiddlosopher0-0/+0
2008-09-22Have "runhaskell Setup test" return an error status if tests fail.fiddlosopher1-2/+1
2008-09-16Adjusted s5.fancy.html in tests/ to conform to new LaTeXMathML policyfiddlosopher1-1/+3
2008-09-16Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.fiddlosopher1-0/+2
2008-09-15HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">.fiddlosopher1-3/+7
2008-09-15Fixed minor cut-and-paste error in README.fiddlosopher1-1/+1
2008-09-14INSTALL: Updated description of Arch linux packages.fiddlosopher1-2/+5
2008-09-14INSTALL - added note on quick Mac OSX install method, using cabal install.fiddlosopher1-0/+8
2008-09-14Bumped version to 1.0.0.1.fiddlosopher2-2/+2
2008-09-14Small changes to website index.fiddlosopher1-3/+3
2008-09-14Removed spurious reference to a pdf output format in the pandoc(1) man page.fiddlosopher1-4/+3
2008-09-13INSTALL: Documented citeproc-hs support.fiddlosopher1-0/+26
2008-09-12More minor changes to INSTALL instructions.fiddlosopher1-18/+10
2008-09-12Small updates to INSTALL.fiddlosopher1-3/+7
2008-09-12Updated changelog.fiddlosopher1-1/+10
2008-09-12Added scripts for Windows Inno Setup installer in windows/.fiddlosopher3-0/+235
2008-09-12Added to INSTALL instructions on installing cabal-install w/ macports.fiddlosopher1-1/+2
2008-09-12Changed list parser so that only the starting list marker matters:fiddlosopher2-65/+37
2008-09-10Updated website index.txt.in.fiddlosopher1-36/+29
2008-09-10pandoc.cabal: Removed most upper-bounds on dependency versions.fiddlosopher1-16/+7
2008-09-10Use versioned dependencies in pandoc.cabal, following guidelines infiddlosopher1-4/+16
2008-09-10Version bump to 1.0.fiddlosopher2-2/+2
2008-09-10Removed debian-specific formatting from changelog heading.fiddlosopher1-1/+1
2008-09-09Updated changelog.fiddlosopher1-60/+349
2008-09-09pandoc.cabal: removed COPYING from Extra-Source-Files;fiddlosopher1-1/+1
2008-09-09Removed README.Debian.fiddlosopher1-9/+0
2008-09-08--tabstop -> --tab-stop in README documentation.fiddlosopher1-1/+1
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher15-65/+54
2008-09-08Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.fiddlosopher1-1/+1
2008-09-06LaTeX reader: Refactored math parsers, limited support for eqnarray.fiddlosopher1-3/+10
2008-09-06LaTeX reader: Removed specialEnvironment parser.fiddlosopher1-7/+0
2008-09-06LaTeX reader: minor improvements.fiddlosopher2-8/+10
2008-09-06LaTeX reader: Fixed regression in list parsingfiddlosopher1-3/+3
2008-09-06Pandoc is no longer a native debian package.fiddlosopher12-1727/+1472
2008-09-06Updated INSTALL in light of new dependencies (utf8-string and zip-archive).fiddlosopher1-2/+36
2008-09-06LaTeX reader: improvements in raw LaTeX parsing.fiddlosopher1-20/+41
2008-09-06MediaWiki writer: print class attributes in <pre> for code blocks, if any.fiddlosopher1-1/+1
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher9-35/+35
2008-09-04Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher17-1537/+75
2008-09-02Modified Text.Pandoc.Biblio to fit new citeproc API.fiddlosopher1-5/+5
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher17-205/+286
2008-08-26LaTeX reader: Parse "code" environments as verbatim (lhs).fiddlosopher1-15/+9
2008-08-23Bugs fixed in RunTests.hs:fiddlosopher1-2/+7
2008-08-14Modified RunTests.hs to strip out '\r' so it will work on Windows.fiddlosopher1-2/+3
2008-08-14Simplified and improved UTF8 handling:fiddlosopher12-154/+246
2008-08-14PDF writer: Close output file handle after waitForProcess.fiddlosopher1-1/+2
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher44-4219/+514
2008-08-12Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.fiddlosopher2-9/+2