aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-12Small haddock documentation fix. (Andrea Rossato)fiddlosopher1-2/+2
2008-08-12Patches to Text.Pandoc.Biblio for new citeproc API.fiddlosopher1-13/+10
2008-08-11Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher4-14/+52
2008-08-11Added new markdown reader tests to list of extra source files in pandoc.cabal.fiddlosopher1-1/+3
2008-08-11ODT writer: Use '/', even on Windows, as path separator in xlink attributefiddlosopher1-4/+4
2008-08-10Makefile: Added 'configure' as dependency of 'uninstall-all'.fiddlosopher1-1/+1
2008-08-10Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher4-7/+25
2008-08-10Use -S option when building man pages in Setup.hs.fiddlosopher1-1/+1
2008-08-10Man writer: don't escape " as \".fiddlosopher2-3/+3
2008-08-10Updated man page sources with pdf output option, minor cosmetic changes.fiddlosopher3-19/+21
2008-08-10Added zip as a build dependency in debian/control.fiddlosopher1-1/+1
2008-08-10Debian packaging changes:fiddlosopher3-10/+19
2008-08-10Removed markdown2pdf and all references to it.fiddlosopher15-283/+45
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher4-160/+176
2008-08-10Use 'bracket' to improve withTempDir Text.Pandoc.Shared.fiddlosopher2-5/+146
2008-08-10Removed dependency on reference.odt from Makefile.fiddlosopher1-2/+1
2008-08-09Removed no-longer-needed wrappers directory.fiddlosopher0-0/+0
2008-08-09Removed no-longer-needed templates directory.fiddlosopher0-0/+0
2008-08-09Moved more of the build process from Makefile to Setup.hs:fiddlosopher3-34/+132
2008-08-09Removed layout-cache and Configurations2 from odt-styles directory.fiddlosopher3-2/+2
2008-08-09Include shell scripts themselves in repo, rather than generating from wrappers.fiddlosopher7-89/+122
2008-08-09Added preconfigure hook to build reference.odt if missing.fiddlosopher1-6/+41
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher11-293/+577
2008-08-09Removed unneeded space after "\\item" in LaTeX and ConTeXt output.fiddlosopher2-2/+2
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher11-156/+191
2008-08-06Small improvements to citation parsing in markdown reader.fiddlosopher1-4/+4
2008-08-05Allow parsing of multiline citations.fiddlosopher1-2/+2