aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2024-12-22Depend on skylighting/skylighting-core 0.14.5John MacFarlane
2024-12-11Depend on citeproc 0.8.1.2.John MacFarlane
2024-12-10Use dev version of citeproc.John MacFarlane
Closes #10451.
2024-12-10stack.yaml: Switch to stackage resolver lts-23.0Albert Krewinkel
2024-12-07stack.yaml - add crypton-x509-validationpandoc-server-0.1.0.10pandoc-lua-engine-0.4pandoc-cli-3.63.6John MacFarlane
2024-12-07stack.yaml - use more recent versions of tls, crypton-connectionJohn MacFarlane
2024-12-07Depend on new releases of commonmark-extensions, commonmark-pandoc.John MacFarlane
2024-12-07Depend on released skylighting, skylighting-core 0.14.4.John MacFarlane
2024-12-07Depend on skylighting-format-blaze-html 0.1.1.3.John MacFarlane
2024-12-07update stack.yaml.John MacFarlane
2024-12-07Depend on typst 0.6.1John MacFarlane
2024-12-07Depend on released pandoc-lua-marshal 0.3.0.John MacFarlane
2024-12-07Depend on texmath 0.12.8.12John MacFarlane
2024-12-03Depend on latest dev texmath, update tests.John MacFarlane
2024-12-03Use latest dev texmath.John MacFarlane
2024-12-03Depend on latest dev typst-hs.John MacFarlane
2024-12-03Use dev commonmark-pandoc.John MacFarlane
2024-11-22Fix stack.yaml.John MacFarlane
2024-11-22Use latest dev skylighting-core.John MacFarlane
2024-11-19Use latest dev skylighting-format-xhtml.John MacFarlane
2024-11-13Use latest dev texmath.John MacFarlane
2024-11-13Use latest dev texmath.John MacFarlane
2024-11-11Use dev texmathJohn MacFarlane
2024-11-07Use latest dev typst-hs.John MacFarlane
2024-10-25Fix typo in last commit.John MacFarlane
2024-10-25Use dev version of commonmark-extensionsJohn MacFarlane
2024-10-22Use latest dev typst-hs.John MacFarlane
2024-10-22Use lastest dev typst-hsJohn MacFarlane
2024-10-22Fix stack.yaml.John MacFarlane
2024-10-22Update stack.yaml for typst-symbolsJohn MacFarlane
2024-10-22Use latest typst-hsJohn MacFarlane
2024-10-22Use dev texmathJohn MacFarlane
2024-10-21Use latest typst-hs.John MacFarlane
Closes #10320.
2024-10-14Lua: Remove prefixes from Lua type namesAlbert Krewinkel
Lua type names were inconsistent with regard to the use of prefixes; all prefixes are removed now, and Lua types now have the same name as the Haskell types. The use of app-specific prefixes is suggested by the Lua manual to avoid collisions. However, this shouldn't be a problem with pandoc, as it cannot be used as a Lua package. Closes: #8574
2024-10-05Depend on latest pandoc-lua-marshall.John MacFarlane
2024-10-05Use latest releases of commonmark, commonmark-pandoc.John MacFarlane
2024-10-04Use latest releases of texmath, djot.John MacFarlane
2024-09-28Use dev version of texmath.John MacFarlane
2024-09-21Lua: support character styling via `pandoc.layout`Albert Krewinkel
The `Doc` values produced and handled by the `pandoc.layout` module can now be styled using `bold`, `italic`, `underlined`, or `strikeout`. The style is ignored in normal rendering, but becomes visible when rendering to ANSI output. The `pandoc.layout.render` function now takes a third parameter that defines the output style, either *plain* or *ansi*.
2024-09-21Fix stack buildAlbert Krewinkel
2024-09-21Lua: update List moduleAlbert Krewinkel
The module now comes with a method `:at(index[, def])` that allows to access indices, accepts negative indices to count from the end, and will return the `def` value as a default if the list has no item at the given position. Furthermore, the list constructor `pandoc.List` now accepts iterators. E.g., `pandoc.List(text:gmatch '%S+')` returns the list of words in `text`. Closes: #9835
2024-09-13T.P.Shared addPandocAttributes - modify for new commonmark-pandoc.John MacFarlane
The new commonmark-pandoc version automatically adds the attribute `wrapper="1"` on all Divs and Spans that are introduced just as containers for attributes that belong properly to their contents. So we don't need to add the attribute here. This gives much better results in some cases. Previously the wrapper attribute was being added even for explicit Divs and Spans in djot, but it is not needed in these cases.
2024-09-13Use latest djoths.John MacFarlane
2024-09-12Fix stack.yaml.John MacFarlane
2024-09-12Use dev djoths.John MacFarlane
2024-09-11Use dev commonmark-hs.John MacFarlane
2024-09-10More stack.yaml tweaks.John MacFarlane
2024-09-10stack.yaml - add crypton-connection to work with tls 2.1.John MacFarlane
2024-09-09stack.yaml - remove unneeded line.John MacFarlane
2024-09-09Update stack.yaml.John MacFarlane