aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2022-08-19Require hslua-module-path 1.0.3Albert Krewinkel
Fixes: #8228
2022-08-18stack.yaml - update pandoc-typesJohn MacFarlane
2022-08-18Use latest gridtables-0.0.3.0Albert 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-17Integrate 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-07stack.yaml - fix server flag.John MacFarlane
2022-08-06Remove trypandoc flag from stack.yamlJohn MacFarlane
2022-08-05Use dev version of gridtables.Albert Krewinkel
Closes: #8216
2022-08-03stack.yaml - add skylihting-format-ansi to extra-deps.2.19John MacFarlane
2022-08-03stack.yaml - update extra-deps.John MacFarlane
2022-08-03Use latest released versions of citeproc, texmath.John MacFarlane
2022-07-30Support 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-22Use dev version of texmath.John MacFarlane
2022-07-16Require pandoc-lua-marshal 0.1.7Albert Krewinkel
Adds a `clone` methods to Pandoc objects and allows to pass Blocks in instead of full Caption elements.
2022-07-11Use latest dev citeprocJohn MacFarlane
2022-07-01Use citeproc 0.8.John MacFarlane
2022-06-23Lua: 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-19Require 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-15Use dev version of citeproc.John MacFarlane
2022-06-03stack.yaml: fix pandoc-lua-marshal versionAlbert Krewinkel
2022-05-31Require skylighting 0.12.3.1 and update tests.John MacFarlane
2022-04-04stack.yaml: Use latest unicode-transforms.John MacFarlane
2022-04-03stack.yaml - use latest hslua-module-doclayout.John MacFarlane
2022-04-03Use latest doclayout (0.4)John MacFarlane
2022-04-02Use released commonmark 0.2.2, commonmark-extensions 0.2.3.1.John MacFarlane
2022-04-02Use citeproc 0.7.John MacFarlane
2022-04-02Use released version of texmath.John MacFarlane
2022-04-02Use released pandoc-types 1.22.2.John MacFarlane
2022-03-30stack.yaml - remove redundant clause for doclayout.John MacFarlane
2022-03-30Use latest dev doclayout, pandoc-typesJohn MacFarlane
2022-03-23Use current dev versions of citeproc, doclayout.John MacFarlane
2022-03-23Use latest dev citeproc.John MacFarlane
2022-03-20Use latest dev texmath.John MacFarlane
2022-03-12Depend on latest dev texmath.John MacFarlane
2022-03-11Use dev version of pandoc-types.John MacFarlane
This allows toJSONFilter to work with Meta and MetaValue.
2022-02-27Use latest dev commonmark-extensions.John MacFarlane
Closes #7942.
2022-02-24Update texmath version to build against.John MacFarlane
2022-02-23Use latest dev texmath.John MacFarlane
2022-02-19Relax 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-18Require skylighting 0.12.3.John MacFarlane
2022-02-17Lua: 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-13Use latest dev commonmark-extensions.John MacFarlane
2022-02-13Use latest dev commonmark, commonmark-extensions.John MacFarlane
2022-02-12Depend on latest commonmark.John MacFarlane
This resolves an issue with commonmark_x's support of strikeout.
2022-02-06Lua: add module `pandoc.layout` to format and layout textAlbert Krewinkel
2022-02-03Use unreleased citeproc.John MacFarlane
2022-01-29Switch to hslua-2.1Albert Krewinkel
This allows for some code simplification and improves stability.
2022-01-19Use skylighting 0.12.2.John MacFarlane
2022-01-14Use commonmark-pandoc 0.2.1.2.John MacFarlane
Fixes #7769.
2022-01-14Add pandoc-lua-marshal-0.1.3.1 to stack.yamlJohn MacFarlane
2022-01-12Use commonmark-extensions 0.2.3.John MacFarlane