Age | Commit message (Expand) | Author | Files | Lines |
2020-09-11 | pandoc.cabal: disallow hslua 1.2 | Albert Krewinkel | 1 | -2/+2 |
2020-09-05 | Add Writers.Tables helper functions and types, add tests for those (#6655) | Christian Despres | 1 | -0/+2 |
2020-09-02 | LaTeX reader: Factored out siunitx stuff into separate module. | John MacFarlane | 1 | -0/+1 |
2020-08-30 | Use skylighting 0.10. | John MacFarlane | 1 | -2/+2 |
2020-08-15 | Relax version constraints for hslua, hslua-module-text | Albert Krewinkel | 1 | -3/+3 |
2020-08-05 | Use commonmark >= 0.1.0.2. Closes #6589. | John MacFarlane | 1 | -1/+1 |
2020-08-05 | Remove duplicated exceptions (#6591) | Felix Yan | 1 | -1/+0 |
2020-07-31 | Use skylighting 0.9. | John MacFarlane | 1 | -2/+2 |
2020-07-23 | Update changelog and bump to 2.10.1. | John MacFarlane | 1 | -1/+1 |
2020-07-23 | Use commonmark-0.1.0.1. | John MacFarlane | 1 | -1/+1 |
2020-07-21 | RST reader: fix csv tables with multiline cells. | John MacFarlane | 1 | -0/+1 |
2020-07-19 | Use commonmark-extensions, commonmark-pandoc 0.2. | John MacFarlane | 1 | -3/+3 |
2020-07-19 | Remove use of cmark-gfm for commonmark/gfm rendering. | John MacFarlane | 1 | -1/+0 |
2020-07-19 | Use commonmark-hs to parse commonmark/gfm... | John MacFarlane | 1 | -1/+4 |
2020-07-19 | CI: Drop testing on ghc 8.0.2. | John MacFarlane | 1 | -1/+1 |
2020-07-08 | Escape starting periods in ms writer code blocks | Michael Hoffmann | 1 | -0/+1 |
2020-06-22 | Bump version to 2.10. Update tested-with. | John MacFarlane | 1 | -2/+3 |
2020-06-22 | Jira writer: always escape braces | Albert Krewinkel | 1 | -1/+1 |
2020-06-19 | Use latest skylighting. | John MacFarlane | 1 | -2/+2 |
2020-06-15 | Remove unused dependency `vector` (#6462) | Laurent P. René de Cotret | 1 | -1/+0 |
2020-06-14 | Jira reader: require jira-wiki-markup 1.3.1 or later | Albert Krewinkel | 1 | -1/+1 |
2020-05-28 | Allow http-client 0.7. | John MacFarlane | 1 | -1/+1 |
2020-05-25 | Allow aeson 1.5 (#6400) | Felix Yan | 1 | -1/+1 |
2020-05-21 | Allow tasty 1.3.x. | John MacFarlane | 1 | -1/+1 |
2020-05-18 | Bump cabal-version to 2.2 (#6377) | Lila | 1 | -1/+1 |
2020-05-13 | Correct license listed in cabal | Lila | 1 | -1/+1 |
2020-05-12 | Use latest skylighting. | John MacFarlane | 1 | -2/+2 |
2020-04-25 | Allow base64-bytestring 1.1. | John MacFarlane | 1 | -2/+2 |
2020-04-19 | Use pandoc-types 1.21, new texmath. | John MacFarlane | 1 | -3/+3 |
2020-04-17 | API change: use new type PandocLua for all pandoc Lua operations | Albert Krewinkel | 1 | -0/+2 |
2020-04-17 | Class: generalize PandocIO functions to MonadIO | Albert Krewinkel | 1 | -0/+1 |
2020-04-17 | API change: use PandocError for exceptions in Lua subsystem | Albert Krewinkel | 1 | -3/+6 |
2020-04-17 | Revert 0e48a02 and dependency on base-noprelude... | John MacFarlane | 1 | -31/+41 |
2020-04-13 | Add an option to disable certificate validation (#6156) | Cédric Couralet | 1 | -0/+1 |
2020-04-12 | Require doctemplates 0.8.2. | John MacFarlane | 1 | -2/+2 |
2020-04-06 | Allow haddock-library 1.9.x. | John MacFarlane | 1 | -1/+1 |
2020-04-04 | Jira: support citations, attachment links, and user links | Albert Krewinkel | 1 | -1/+1 |
2020-04-03 | Jira reader: resolve parsing issues of blockquote, color | Albert Krewinkel | 1 | -1/+1 |
2020-04-01 | Allow hslua 1.1 (#6243) | Felix Yan | 1 | -2/+2 |
2020-03-31 | Jira writer: convert spans with class `underline` to inserted text | Albert Krewinkel | 1 | -0/+1 |
2020-03-28 | Jira reader: fix multiple parsing problems | Albert Krewinkel | 1 | -1/+1 |
2020-03-27 | Bump QuickCheck upper bound. | John MacFarlane | 1 | -1/+1 |
2020-03-23 | Bump version to 2.9.1. | John MacFarlane | 1 | -1/+1 |
2020-03-22 | Text.Pandoc.Class: extract submodules PandocIO, PandocPure | Albert Krewinkel | 1 | -0/+2 |
2020-03-19 | Jira reader: fix parsing of tables without preceding blankline | Albert Krewinkel | 1 | -1/+1 |
2020-03-18 | Jira reader: fix parsing of strikeout, emphasis | Albert Krewinkel | 1 | -1/+1 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -41/+31 |
2020-03-14 | Subdivide Text.Pandoc.Class into small modules (#6106) | Albert Krewinkel | 1 | -0/+2 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2020-03-13 | Jira reader: support colored inline text, indented lists | Albert Krewinkel | 1 | -1/+1 |