aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2022-10-28Use skylighting 0.13.1.1John MacFarlane
2022-10-28stack.yaml: use dev version of citeproc.John MacFarlane
2022-10-20Lua: add new module `pandoc.zip`Albert Krewinkel
Allows to handle docx and epub files.
2022-10-15Use skylighting 0.13.1.John MacFarlane
2022-10-08Update texmath version in stack.yaml.John MacFarlane
2022-10-05Require citeproc >= 0.8.0.2.John MacFarlane
2022-09-30Use released gridtables 0.1.0.0Albert Krewinkel
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3.
2022-09-28Require latest released texmathJohn MacFarlane
2022-09-28Use released commonmark-extensions.John MacFarlane
2022-09-28Use released skylighting-format-blaze-htmlJohn MacFarlane
2022-09-27pandoc-cli: update to hslua-cli-1.2Albert Krewinkel
2022-09-26pandoc-lua: support more command line flagsAlbert Krewinkel
2022-09-23Use hslua-cli package for pandoc-lua interfaceAlbert Krewinkel
2022-09-23Fix stack config, nightly buildAlbert Krewinkel
2022-09-12Depend on dev texmath.John MacFarlane
2022-09-11Fix stack.yamlAlbert Krewinkel
2022-09-01Require hslua-module-version 1.0.3Albert Krewinkel
This fixes the behavior of Lua "Version" objects under equality comparisons. Fixes: #8267
2022-09-01Fix stack.yamlAlbert Krewinkel
2022-08-30stack.yaml: use lts-19.21John MacFarlane
2022-08-29stack.yaml: add servant-0.19.John MacFarlane
2022-08-29Fix revision to stack.yaml.John MacFarlane
2022-08-29stack.yaml - update commonmark-extensions, servant-server deps.John MacFarlane
2022-08-26Fix stack.yamlJohn MacFarlane
2022-08-26HTML 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-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