| Age | Commit message (Expand) | Author |
| 2023-05-29 | RST redear: Fix sorting on anonymous keys. | John MacFarlane |
| 2023-02-24 | RST reader: align with spec in syntax for role names. | John MacFarlane |
| 2023-01-13 | Support complex figures. [API change] | Albert Krewinkel |
| 2023-01-10 | Update copyright years, it's 2023! | Albert Krewinkel |
| 2022-11-19 | RST reader: support `mark` role for round-trip. | John MacFarlane |
| 2022-10-18 | T.P.Shared: remove `escapeURI`, `isURI`. | John MacFarlane |
| 2022-10-17 | T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385) | John MacFarlane |
| 2022-10-16 | T.P.Parsing: Remove gratuitious renaming of Parsec types. | John MacFarlane |
| 2022-07-30 | Support rowspans and colspans in grid tables (#8202) | Albert Krewinkel |
| 2022-04-24 | Add tsv (tab separated values) as an input format. | John MacFarlane |
| 2022-03-29 | RST reader: wrap math in Span to preserve attributes (#7998) | Albert Krewinkel |
| 2022-02-11 | RST reader: fix treatment of headerless simple tables. | John MacFarlane |
| 2022-01-02 | Copyright notices: update for 2022 | Albert Krewinkel |
| 2021-11-18 | RST reader: handle class attribute for for custom roles (#7700) | willj-dev |
| 2021-10-22 | Use simpleFigure in Readers. | Aner Lucero |
| 2021-09-13 | RST reader: handle escaped colons in reference definitions. | John MacFarlane |
| 2021-08-20 | RST reader: Fix `:literal:` includes. | John MacFarlane |
| 2021-07-09 | RST reader: fix regression with code includes. | John MacFarlane |
| 2021-05-09 | RST reader: seek include files in the directory... | John MacFarlane |
| 2021-05-09 | RST reader: use `insertIncludedFile` from T.P.Parsing... | John MacFarlane |
| 2021-05-09 | Change reader types, allowing better tracking of source positions. | John MacFarlane |
| 2021-04-28 | Smarter smart quotes. | John MacFarlane |
| 2021-03-09 | RST reader: fix logic for ending comments. | John MacFarlane |
| 2021-02-11 | Use getTimestamp instead of getCurrentTime in writers. | John MacFarlane |
| 2021-01-31 | RST reader: fix handling of header in CSV tables. | John MacFarlane |
| 2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel |
| 2020-09-25 | RST reader: apply `.. class::` directly to following Header. | John MacFarlane |
| 2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres |
| 2020-07-21 | RST reader: fix csv tables with multiline cells. | John MacFarlane |
| 2020-07-12 | RST reader: fix spurious newlines in some attributes from directives. | John MacFarlane |
| 2020-07-12 | RST reader: avoid extra newline in included code blocks. | John MacFarlane |
| 2020-06-17 | RST reader: pass arbitrary attributes through in code blocks. | John MacFarlane |
| 2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc |
| 2020-04-15 | Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors | despresc |
| 2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc |
| 2020-04-15 | Implement the new Table type | despresc |
| 2020-04-12 | RST reader: handle "date::" directive. | John MacFarlane |
| 2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel |
| 2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel |
| 2020-03-13 | Update copyright year (#6186) | Albert Krewinkel |
| 2020-02-13 | Add highlight directive to the rST reader (#6140) | Lucas Escot |
| 2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane |
| 2020-02-07 | Various minor cleanups and refactoring (#6117) | Joseph C. Sible |
| 2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc |
| 2019-11-02 | RST reader: avoid spurious warning... | John MacFarlane |
| 2019-09-29 | RST reader: don't strip final underscore from absolute URI. | John MacFarlane |
| 2019-09-28 | Use Prelude.fail to avoid ambiguity with fail from GHC.Base. | John MacFarlane |
| 2019-09-22 | RST reader: Fixed parsing of indented blocks. | John MacFarlane |
| 2019-08-23 | RST reader: use title, not admonition-title, for admonition title. | John MacFarlane |
| 2019-07-10 | RST reader: keep `name` property in `imgAttr`. (#5637) | Brian Leung |