summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #1885 from mb21/html-reader-tablesJohn MacFarlane2015-01-25
|\
| * fixes #1859 HTML Reader table parsingmb212015-01-25
* | LaTeX reader: don't limit includes to .tex extension.John MacFarlane2015-01-22
* | Docx: Parse images in deprecated vml format.Jesse Rosenthal2015-01-21
* | Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.John MacFarlane2015-01-19
* | Custom writer: Raise `PandocLuaException` instead of using 'error'.John MacFarlane2015-01-18
* | Custom writer: raise error if loadstring returns an error status.John MacFarlane2015-01-18
* | EPUB writer: properly handle internal links to IDs in spans, divs.John MacFarlane2015-01-17
|/
* don't log Try xelatex if xelatex already in use, closes #1832mb212015-01-11
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc...Mark Wright2015-01-05
* LaTeX reader: handle `tabular*` environment.John MacFarlane2015-01-01
* SelfContained: Add `;charset=utf-8` to script mime type if missing.John MacFarlane2014-12-31
* Added `--verbose` flag for debugging output in PDF production.John MacFarlane2014-12-26
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* MediaWiki writer: Fixed links with URL = text.John MacFarlane2014-12-19
* LaTeX reader: parse math environments as inline when possible.John MacFarlane2014-12-16
* FB2 writer: Add newline to output.John MacFarlane2014-12-15
* getDefaultTemplate: don't fail when called with "fb2".John MacFarlane2014-12-15
* LaTeX writer: Handle consecutive linebreaks.John MacFarlane2014-12-15
* LaTeX reader: parse label after caption into a span...John MacFarlane2014-12-15
* HTML writer: put newline btw img and caption paragraph.John MacFarlane2014-12-15
* LaTeX writer: better handling of display math in simple tables.John MacFarlane2014-12-15
* EPUB writer: include "landmarks" section in nav document for epub3.John MacFarlane2014-12-15
* Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into Wikiwide-pa...John MacFarlane2014-12-15
|\
| * cref, sepWikiwide2014-10-03
* | Text.Pandoc.Writers.RTF: Add blankline at end of outputMatthew Pickering2014-12-15
* | Text.Pandoc.Readers.HTML: Retain display type of MathML outputMatthew Pickering2014-12-15
* | Text.Pandoc.Parsing: Change parseFromString to fail if not all input isMatthew Pickering2014-12-15
* | Don't treat a citation as a reference link label.John MacFarlane2014-12-15
* | LaTeX reader: better handling of `\noindent` and `\greektext`.John MacFarlane2014-12-15
* | EPUB writer: Removed playOrder from navpoint elements in ncx file.John MacFarlane2014-12-15
* | Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* | Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane2014-12-15
|\ \
| * | src/Text/Pandoc/Writers/LaTeX.hs: Use \texorpdfstring for sectionVaclav Zeman2014-02-10
* | | Merge pull request #1805 from bergey/rstJohn MacFarlane2014-12-15
|\ \ \
| * | | RST: warn about ignored fields in role directivesDaniel Bergey2014-12-12
| * | | RST Reader: compute Attrs when role is definedDaniel Bergey2014-12-12