| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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 | stack.yaml - remove redundant clause for doclayout. | 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-19 | Relax upper bound for hslua, allow hslua-2.2. (#7929) | Albert Krewinkel | |
| Lua 5.4 is used by default after this is merged. Packagers may still include Lua 5.3 instead by building pandoc with `--constraint='hslua <2.2'`. Differences between 5.3 and 5.4 should not generally affect pandoc Lua filters. See list of incompatible changes here <https://www.lua.org/manual/5.4/manual.html#8.1> | |||
| 2022-02-18 | Require skylighting 0.12.3. | John MacFarlane | |
| 2022-02-17 | Lua: Use pandoc-lua-marshal 0.1.5. | Albert Krewinkel | |
| - Allow any type of callable object as argument to List functions `filter`, `map`, and `find_if`. These previously required the argument to be of type `function`, which was too restrictive. - Inline: the type of Image captions is now `Inlines` instead of `List`. | |||
| 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-06 | Lua: add module `pandoc.layout` to format and layout text | Albert Krewinkel | |
| 2022-02-03 | Use unreleased citeproc. | John MacFarlane | |
| 2022-01-29 | Switch to hslua-2.1 | Albert Krewinkel | |
| This allows for some code simplification and improves stability. | |||
| 2022-01-19 | Use skylighting 0.12.2. | John MacFarlane | |
| 2022-01-14 | Use commonmark-pandoc 0.2.1.2. | John MacFarlane | |
| Fixes #7769. | |||
| 2022-01-14 | Add pandoc-lua-marshal-0.1.3.1 to stack.yaml | John MacFarlane | |
| 2022-01-12 | Use commonmark-extensions 0.2.3. | John MacFarlane | |
