summaryrefslogtreecommitdiff
path: root/Text
Commit message (Expand)AuthorAge
* Bumped version to 1.0.0.1.fiddlosopher2008-09-14
* Changed list parser so that only the starting list marker matters:fiddlosopher2008-09-12
* Version bump to 1.0.fiddlosopher2008-09-10
* Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher2008-09-08
* Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.fiddlosopher2008-09-08
* LaTeX reader: Refactored math parsers, limited support for eqnarray.fiddlosopher2008-09-06
* LaTeX reader: Removed specialEnvironment parser.fiddlosopher2008-09-06
* LaTeX reader: minor improvements.fiddlosopher2008-09-06
* LaTeX reader: Fixed regression in list parsingfiddlosopher2008-09-06
* LaTeX reader: improvements in raw LaTeX parsing.fiddlosopher2008-09-06
* MediaWiki writer: print class attributes in <pre> for code blocks, if any.fiddlosopher2008-09-06
* Changed Float to Double in definition of Table element.fiddlosopher2008-09-06
* Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher2008-09-04
* Modified Text.Pandoc.Biblio to fit new citeproc API.fiddlosopher2008-09-02
* Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher2008-08-27
* LaTeX reader: Parse "code" environments as verbatim (lhs).fiddlosopher2008-08-26
* Simplified and improved UTF8 handling:fiddlosopher2008-08-14
* PDF writer: Close output file handle after waitForProcess.fiddlosopher2008-08-14
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.fiddlosopher2008-08-12
* Small haddock documentation fix. (Andrea Rossato)fiddlosopher2008-08-12
* Patches to Text.Pandoc.Biblio for new citeproc API.fiddlosopher2008-08-12
* Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher2008-08-11
* ODT writer: Use '/', even on Windows, as path separator in xlink attributefiddlosopher2008-08-11
* Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher2008-08-10
* Man writer: don't escape " as \".fiddlosopher2008-08-10
* Debian packaging changes:fiddlosopher2008-08-10
* Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher2008-08-10
* Use 'bracket' to improve withTempDir Text.Pandoc.Shared.fiddlosopher2008-08-10
* Removed unneeded space after "\\item" in LaTeX and ConTeXt output.fiddlosopher2008-08-09
* Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher2008-08-08
* Small improvements to citation parsing in markdown reader.fiddlosopher2008-08-06
* Allow parsing of multiline citations.fiddlosopher2008-08-05
* Text/Pandoc/Biblio.hs - made getRefs point-free.fiddlosopher2008-08-05
* Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher2008-08-04
* Added Cite element to definition and writers.fiddlosopher2008-08-04
* Improved configuration options and CPP macros.fiddlosopher2008-08-03
* Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher2008-08-03
* Improvements to ODT writer (for windows compatibility):fiddlosopher2008-08-03
* Improved template handling:fiddlosopher2008-08-02
* Removed superfluous copyFile from Text/Pandoc/ODT.hs.fiddlosopher2008-08-01
* Fixes to make haddock work with template haskell:fiddlosopher2008-08-01
* Use </> with contentsOf to ensure that paths are portable.fiddlosopher2008-08-01
* ODT writer: Don't use pathname in invoking "zip", as that causes problems in...fiddlosopher2008-08-01
* Added pragma to HTML writer to avoid deprecation warning for use of "start" a...fiddlosopher2008-08-01
* Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.fiddlosopher2008-08-01
* Don't use OverloadedStrings in ODT writer.fiddlosopher2008-08-01
* Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...fiddlosopher2008-08-01
* Simplified build process using template haskell.fiddlosopher2008-08-01
* Use template haskell to store reference.odt as blob in pandoc.fiddlosopher2008-08-01