| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-28 | Use skylighting 0.13.1.1 | John MacFarlane | |
| 2022-10-28 | stack.yaml: use dev version of citeproc. | John MacFarlane | |
| 2022-10-20 | Lua: add new module `pandoc.zip` | Albert Krewinkel | |
| Allows to handle docx and epub files. | |||
| 2022-10-15 | Use skylighting 0.13.1. | John MacFarlane | |
| 2022-10-08 | Update texmath version in stack.yaml. | John MacFarlane | |
| 2022-10-05 | Require citeproc >= 0.8.0.2. | 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-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-27 | pandoc-cli: update to hslua-cli-1.2 | Albert Krewinkel | |
| 2022-09-26 | pandoc-lua: support more command line flags | Albert Krewinkel | |
| 2022-09-23 | Use hslua-cli package for pandoc-lua interface | Albert Krewinkel | |
| 2022-09-23 | Fix stack config, nightly build | Albert Krewinkel | |
| 2022-09-12 | Depend on dev texmath. | John MacFarlane | |
| 2022-09-11 | Fix stack.yaml | Albert Krewinkel | |
| 2022-09-01 | Require hslua-module-version 1.0.3 | Albert Krewinkel | |
| This fixes the behavior of Lua "Version" objects under equality comparisons. Fixes: #8267 | |||
| 2022-09-01 | Fix stack.yaml | Albert Krewinkel | |
| 2022-08-30 | stack.yaml: use lts-19.21 | John MacFarlane | |
| 2022-08-29 | stack.yaml: add servant-0.19. | John MacFarlane | |
| 2022-08-29 | Fix revision to stack.yaml. | John MacFarlane | |
| 2022-08-29 | stack.yaml - update commonmark-extensions, servant-server deps. | John MacFarlane | |
| 2022-08-26 | Fix stack.yaml | John MacFarlane | |
| 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-19 | Require hslua-module-path 1.0.3 | Albert Krewinkel | |
| Fixes: #8228 | |||
| 2022-08-18 | stack.yaml - update pandoc-types | John MacFarlane | |
| 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-17 | Integrate server into main pandoc. | John MacFarlane | |
| - Remove server flag. - Remove pandoc-server executable. - Add Text.Pandoc.Server as exposed module. [API change] - Re-use Opt (and our existing FromJSON instance) for Params. - Document. | |||
| 2022-08-07 | stack.yaml - fix server flag. | John MacFarlane | |
| 2022-08-06 | Remove trypandoc flag from stack.yaml | John MacFarlane | |
| 2022-08-05 | Use dev version of gridtables. | Albert Krewinkel | |
| Closes: #8216 | |||
| 2022-08-03 | stack.yaml - add skylihting-format-ansi to extra-deps.2.19 | John MacFarlane | |
| 2022-08-03 | stack.yaml - update extra-deps. | John MacFarlane | |
| 2022-08-03 | Use latest released versions of citeproc, texmath. | John MacFarlane | |
| 2022-07-30 | Support rowspans and colspans in grid tables (#8202) | Albert Krewinkel | |
| * Add tests for zero-width and fullwidth chars in grid tables * T.P.Parsing: simplify `gridTableWith'`, `gridTableWith` [API Change] The functions `gridTableWith` and `gridTableWith'` no longer takes a boolean argument that toggles whether a table head should be parsed: both, tables with heads and without heads, are always accepted now. * Support colspans, rowspans, and multirow headers in grid tables. Grid tables in Markdown, reStructuredText, and Org can now contain cells spanning over multiple columns and/or multiple rows; table headers containing multiple rows are supported as well. Note: the markdown writer does not yet support these more complex grid table features. | |||
| 2022-07-22 | Use dev version of texmath. | John MacFarlane | |
| 2022-07-16 | Require pandoc-lua-marshal 0.1.7 | Albert Krewinkel | |
| Adds a `clone` methods to Pandoc objects and allows to pass Blocks in instead of full Caption elements. | |||
| 2022-07-11 | Use latest dev citeproc | John MacFarlane | |
| 2022-07-01 | Use citeproc 0.8. | John MacFarlane | |
| 2022-06-23 | Lua: ensure that tables marshaled via JSON arrays behave like Lists. | Albert Krewinkel | |
| This allows to invoke methods like `map` and `includes` on lists like `PANDOC_WRITER_OPTIONS.extensions`. | |||
| 2022-06-19 | Require hslua-2.2.1, unless lua53 flag is set. | Albert Krewinkel | |
| This fixes a problem where the encoding used for Lua filenames would sometimes mismatch the encoding used by the OS. The file wasn't found when that happened, for example with an umlaut-containing filename on Windows. The change ensures that all characters of available in the default locale can be used in the filename. | |||
| 2022-06-15 | Use dev version of citeproc. | John MacFarlane | |
| 2022-06-03 | stack.yaml: fix pandoc-lua-marshal version | Albert Krewinkel | |
| 2022-05-31 | Require skylighting 0.12.3.1 and update tests. | John MacFarlane | |
| 2022-04-04 | stack.yaml: Use latest unicode-transforms. | John MacFarlane | |
| 2022-04-03 | stack.yaml - use latest hslua-module-doclayout. | 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 | |
