summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Change return type of HTML readerMatthew Pickering2015-02-18
* Change return type of EPUB readerMatthew Pickering2015-02-18
* Change return type of Docx readerMatthew Pickering2015-02-18
* Change return type of DocBook readerMatthew Pickering2015-02-18
* Factor out "returnState" into Parsing moduleMatthew Pickering2015-02-18
* HLint changesMatthew Pickering2015-02-18
* Remove F Monad from Markdown readerMatthew Pickering2015-02-18
* Remove F monad from ParsingMatthew Pickering2015-02-18
* Changed parseWithWarnings to the more general returnWarnings parser transformerMatthew Pickering2015-02-18
* Remove F monad from Org Reader.Matthew Pickering2015-02-18
* Docx reader: Handle lists correctly inside table cells.Jesse Rosenthal2015-02-13
* Textile reader: table improvements.John MacFarlane2015-02-02
* 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
|/
* 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
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* LaTeX reader: parse math environments as inline when possible.John MacFarlane2014-12-16
* LaTeX reader: parse label after caption into a span...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
* | 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
* | Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* | 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
| * | RST reader: improve support for custom rolesDaniel Bergey2014-12-12
| * | RST: literal role should produce Code,Daniel Bergey2014-12-12
| * | expose warnings from RST reader; refactorDaniel Bergey2014-12-12
| * | RST Reader: Warn about skipped directivesDaniel Bergey2014-12-08
* | | DocBook readers: Include id on section headers.John MacFarlane2014-12-14
* | | DocBook reader: Handle menuchoice elements better.John MacFarlane2014-12-14
* | | DocBook reader: get string content in inner tags for literal elements.John MacFarlane2014-12-14
* | | DocBook reader: handle keycombo, keycap.John MacFarlane2014-12-14
* | | Org reader: properly handle links to `file:target`Albert Krewinkel2014-12-14
* | | DocBook reader: document/test "type" as implementedBryan O'Sullivan2014-12-08
* | | DocBook reader: add support for classnameBryan O'Sullivan2014-12-08
* | | DocBook reader: add support for calloutlist and calloutBryan O'Sullivan2014-12-08
|/ /
* | parse RST class directivesDaniel Bergey2014-12-01
* | parse RST quoted literal blocksDaniel Bergey2014-12-01
* | LaTeX reader: support `\smartcite` and `\Smartcite` from biblatex.John MacFarlane2014-11-25
* | Make `embed` tag either block or inline.John MacFarlane2014-11-16
* | Fixed bug in org with bulleted lists:John MacFarlane2014-11-13