| Age | Commit message (Expand) | Author |
| 2019-11-10 | Switch the remaining modules to Text | despresc |
| 2019-11-08 | Switch Odt, Ipynb, other modules, to Text | despresc |
| 2019-11-08 | Remove unused imports and functions | despresc |
| 2019-11-08 | Switch Parsing and affected Readers to Text, add new parsers | despresc |
| 2019-11-08 | Switch Class to Text, add Legacy | despresc |
| 2019-11-08 | Switch Options to Text, add Legacy, remove redundant imports elsewhere | despresc |
| 2019-11-08 | Switch Logging to Text, add Legacy | despresc |
| 2019-11-08 | Start switch of Shared, add Legacy.Shared module | despresc |
| 2019-11-08 | Use the text branch of pandoc-types and texmath, switch to Legacy.* | despresc |
| 2019-10-27 | Org reader: fix parsing of empty comment lines | Albert Krewinkel |
| 2019-09-08 | Org reader: modify handling of example blocks. (#5717) | Brian Leung |
| 2019-08-26 | Fix inline parsing in grid table cells. | John MacFarlane |
| 2019-07-22 | Org reader: accept ATTR_LATEX in block attributes | Albert Krewinkel |
| 2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland |
| 2019-05-13 | Org reader: fix planning elements in headers level 3 and higher | Albert Krewinkel |
| 2019-05-13 | Org reader: omit, but warn about unknown export options | Albert Krewinkel |
| 2019-05-05 | Org reader: prefer plain symbols over math symbols | Albert Krewinkel |
| 2019-05-05 | Org reader: recognize emphasis after TODO/DONE keyword | Albert Krewinkel |
| 2019-03-01 | Remove license boilerplate. | John MacFarlane |
| 2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel |
| 2019-01-30 | Org reader: add support for #+SELECT_TAGS. | leungbk |
| 2019-01-30 | Org reader: separate filtering logic from conversion function. | leungbk |
| 2019-01-07 | Org reader: allow for case of :minlevel == 0. | John MacFarlane |
| 2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung |
| 2019-01-01 | Org reader: fix self-link parsing regression | Albert Krewinkel |
| 2019-01-01 | Org reader: fix treatment of links to images | Albert Krewinkel |
| 2019-01-01 | Org reader: hlint | Albert Krewinkel |
| 2018-12-31 | Remove unused HasHeaderMap (#5175) | Alexander |
| 2018-12-17 | Replace read with safeRead. Closes #5162. | John MacFarlane |
| 2018-10-22 | Add enclosedByPair1 and change relevant invocations. | leungbk |
| 2018-10-22 | Add space after brace. | leungbk |
| 2018-10-05 | Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951) | Brian Leung |
| 2018-10-05 | Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950) | Brian Leung |
| 2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg |
| 2018-09-28 | Parse empty argument array in inline src blocks. | leungbk |
| 2018-09-26 | Force inline code blocks to honor export options. | leungbk |
| 2018-09-06 | Org reader: respect export option `p` for planning info | Albert Krewinkel |
| 2018-09-06 | Org reader internals: disable some GHC extensions | Albert Krewinkel |
| 2018-09-05 | Org reader: strip planning info from output | Albert Krewinkel |
| 2018-07-23 | Org reader: fix parsers relying on parseFromString | Albert Krewinkel |
| 2018-07-02 | Spellcheck comments | Alexander Krotov |
| 2018-05-09 | Org reader: fix image filename recognition | Albert Krewinkel |
| 2018-05-07 | Use Data.Maybe.fromMaybe | Alexander Krotov |
| 2018-03-18 | Removed unnecessary import. | John MacFarlane |
| 2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane |
| 2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane |
| 2018-03-15 | Remove redundant import. | John MacFarlane |
| 2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane |
| 2018-02-21 | Org reader: allow changing emphasis syntax | Albert Krewinkel |
| 2018-01-19 | hlint code improvements. | John MacFarlane |