| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-26 | Move aeson constraint from cabal.project to pandoc.cabal. | John MacFarlane | |
| 2022-10-25 | Use latest dev citeproc. | John MacFarlane | |
| This will raise an error if we have multiple layout elements in a bibliography or citation element. | |||
| 2022-10-25 | Use latest dev citeproc. | John MacFarlane | |
| 2022-10-25 | Use dev version of citeproc. | John MacFarlane | |
| 2022-09-30 | Use released gridtables 0.1.0.0 | Albert Krewinkel | |
| 2022-09-30 | [API Change] Extract Lua code into new package pandoc-lua-engine | Albert Krewinkel | |
| The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3. | |||
| 2022-09-29 | cabal.project: move back to using `flags:`. | John MacFarlane | |
| If we add the flag to constraints, it can't be overridden on the command line. | |||
| 2022-09-29 | cabal.project: set flag on per-package basis | John MacFarlane | |
| 2022-09-28 | Require latest released texmath | John MacFarlane | |
| 2022-09-28 | Use released commonmark-extensions. | John MacFarlane | |
| 2022-09-28 | Use released skylighting-format-blaze-html | John MacFarlane | |
| 2022-09-22 | Split pandoc-server, pandoc-cli into separate packages. (#8309) | John MacFarlane | |
| This also removes the unnecessary Setup.hs from pandoc. Cabal does not need this with build-type 'simple'. | |||
| 2022-09-12 | Depend on dev texmath. | John MacFarlane | |
| 2022-09-01 | Use dev version of gridtables | Albert Krewinkel | |
| This allows to specify a table foot by enclosing it with part separator lines, i.e., row separator lines consisting only of `+` and `=` characters. E.g.: +------+-------+ | Item | Price | +======+=======+ | Eggs | 5£ | +------+-------+ | Spam | 3£ | +======+=======+ | Sum | 8£ | +======+=======+ The last row, containing "Sum" and "8£", is the table foot. Closes: #8257 | |||
| 2022-08-26 | HTML writer: avoid aria-hidden in code blocks for HTML4. | John MacFarlane | |
| Closes #8241. This requires depending on a new (still unreleased) version of skylighting-format-blaze-html. | |||
| 2022-08-23 | Use dev version of commonmark-extensions. | John MacFarlane | |
| This fixes an issue with lists inside definition list definitions. | |||
| 2022-08-18 | Use latest gridtables-0.0.3.0 | Albert Krewinkel | |
| This restores undocumented behavior which allowed to grid tables to have separator lines that have fewer characters than the cell they delimit. | |||
| 2022-08-18 | Remove pandoc-server from cabal.project. | John MacFarlane | |
| 2022-08-06 | Replace old trypandoc code with new pandoc-cgi. | John MacFarlane | |
| This is based on servant. It is less hacky and more extensible. | |||
| 2022-08-05 | Use dev version of gridtables. | Albert Krewinkel | |
| Closes: #8216 | |||
| 2022-08-03 | Use latest released versions of citeproc, texmath. | John MacFarlane | |
| 2022-07-22 | Use dev version of texmath. | John MacFarlane | |
| 2022-07-11 | Use latest dev citeproc | John MacFarlane | |
| 2022-07-01 | Use citeproc 0.8. | John MacFarlane | |
| 2022-06-15 | Use dev version of citeproc. | John MacFarlane | |
| 2022-04-03 | Use latest doclayout (0.4) | John MacFarlane | |
| 2022-04-02 | Use released commonmark 0.2.2, commonmark-extensions 0.2.3.1. | John MacFarlane | |
| 2022-04-02 | Use citeproc 0.7. | John MacFarlane | |
| 2022-04-02 | Use released version of texmath. | John MacFarlane | |
| 2022-04-02 | Use released pandoc-types 1.22.2. | John MacFarlane | |
| 2022-03-30 | Use latest dev doclayout, pandoc-types | John MacFarlane | |
| 2022-03-23 | Use current dev versions of citeproc, doclayout. | John MacFarlane | |
| 2022-03-23 | Use latest dev citeproc. | John MacFarlane | |
| 2022-03-20 | Use latest dev texmath. | John MacFarlane | |
| 2022-03-12 | Depend on latest dev texmath. | John MacFarlane | |
| 2022-03-11 | Use dev version of pandoc-types. | John MacFarlane | |
| This allows toJSONFilter to work with Meta and MetaValue. | |||
| 2022-02-27 | Use latest dev commonmark-extensions. | John MacFarlane | |
| Closes #7942. | |||
| 2022-02-24 | Update texmath version to build against. | John MacFarlane | |
| 2022-02-23 | Use latest dev texmath. | John MacFarlane | |
| 2022-02-13 | Use latest dev commonmark-extensions. | John MacFarlane | |
| 2022-02-13 | Use latest dev commonmark, commonmark-extensions. | John MacFarlane | |
| 2022-02-12 | Depend on latest commonmark. | John MacFarlane | |
| This resolves an issue with commonmark_x's support of strikeout. | |||
| 2022-02-03 | Use unreleased citeproc. | John MacFarlane | |
| 2022-01-12 | Use ipynb 0.2. | John MacFarlane | |
| 2022-01-11 | Use citeproc 0.6.0.1. | John MacFarlane | |
| 2022-01-11 | Use latest texmath (0.12.4). | John MacFarlane | |
| 2022-01-09 | Update commits for dev dependencies, allow text 2.0. | John MacFarlane | |
| 2022-01-09 | Use dev version of citeproc. | John MacFarlane | |
| 2021-12-30 | Use latest commonmark-hs. | John MacFarlane | |
| This allows a bare-word class attribute on fenced divs, as pandoc's Markdown reader now does. | |||
| 2021-12-23 | Lua: use released pandoc-lua-marshal-0.1.3. | Albert Krewinkel | |
| Inlines, Blocks, and List objects now have an `__eq` metamethod, testing equality by comparing two lists element-wise. | |||
