| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-22 | Depend on skylighting/skylighting-core 0.14.5 | John MacFarlane | |
| 2024-12-11 | Depend on citeproc 0.8.1.2. | John MacFarlane | |
| 2024-12-10 | Use dev version of citeproc. | John MacFarlane | |
| Closes #10451. | |||
| 2024-12-10 | stack.yaml: Switch to stackage resolver lts-23.0 | Albert Krewinkel | |
| 2024-12-07 | stack.yaml - add crypton-x509-validationpandoc-server-0.1.0.10pandoc-lua-engine-0.4pandoc-cli-3.63.6 | John MacFarlane | |
| 2024-12-07 | stack.yaml - use more recent versions of tls, crypton-connection | John MacFarlane | |
| 2024-12-07 | Depend on new releases of commonmark-extensions, commonmark-pandoc. | John MacFarlane | |
| 2024-12-07 | Depend on released skylighting, skylighting-core 0.14.4. | John MacFarlane | |
| 2024-12-07 | Depend on skylighting-format-blaze-html 0.1.1.3. | John MacFarlane | |
| 2024-12-07 | update stack.yaml. | John MacFarlane | |
| 2024-12-07 | Depend on typst 0.6.1 | John MacFarlane | |
| 2024-12-07 | Depend on released pandoc-lua-marshal 0.3.0. | John MacFarlane | |
| 2024-12-07 | Depend on texmath 0.12.8.12 | John MacFarlane | |
| 2024-12-03 | Depend on latest dev texmath, update tests. | John MacFarlane | |
| 2024-12-03 | Use latest dev texmath. | John MacFarlane | |
| 2024-12-03 | Depend on latest dev typst-hs. | John MacFarlane | |
| 2024-12-03 | Use dev commonmark-pandoc. | John MacFarlane | |
| 2024-11-22 | Fix stack.yaml. | John MacFarlane | |
| 2024-11-22 | Use latest dev skylighting-core. | John MacFarlane | |
| 2024-11-19 | Use latest dev skylighting-format-xhtml. | John MacFarlane | |
| 2024-11-13 | Use latest dev texmath. | John MacFarlane | |
| 2024-11-13 | Use latest dev texmath. | John MacFarlane | |
| 2024-11-11 | Use dev texmath | John MacFarlane | |
| 2024-11-07 | Use latest dev typst-hs. | John MacFarlane | |
| 2024-10-25 | Fix typo in last commit. | John MacFarlane | |
| 2024-10-25 | Use dev version of commonmark-extensions | John MacFarlane | |
| 2024-10-22 | Use latest dev typst-hs. | John MacFarlane | |
| 2024-10-22 | Use lastest dev typst-hs | John MacFarlane | |
| 2024-10-22 | Fix stack.yaml. | John MacFarlane | |
| 2024-10-22 | Update stack.yaml for typst-symbols | John MacFarlane | |
| 2024-10-22 | Use latest typst-hs | John MacFarlane | |
| 2024-10-22 | Use dev texmath | John MacFarlane | |
| 2024-10-21 | Use latest typst-hs. | John MacFarlane | |
| Closes #10320. | |||
| 2024-10-14 | Lua: Remove prefixes from Lua type names | Albert 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-05 | Depend on latest pandoc-lua-marshall. | John MacFarlane | |
| 2024-10-05 | Use latest releases of commonmark, commonmark-pandoc. | John MacFarlane | |
| 2024-10-04 | Use latest releases of texmath, djot. | John MacFarlane | |
| 2024-09-28 | Use dev version of texmath. | John MacFarlane | |
| 2024-09-21 | Lua: 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-21 | Fix stack build | Albert Krewinkel | |
| 2024-09-21 | Lua: update List module | Albert 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-13 | T.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-13 | Use latest djoths. | John MacFarlane | |
| 2024-09-12 | Fix stack.yaml. | John MacFarlane | |
| 2024-09-12 | Use dev djoths. | John MacFarlane | |
| 2024-09-11 | Use dev commonmark-hs. | John MacFarlane | |
| 2024-09-10 | More stack.yaml tweaks. | John MacFarlane | |
| 2024-09-10 | stack.yaml - add crypton-connection to work with tls 2.1. | John MacFarlane | |
| 2024-09-09 | stack.yaml - remove unneeded line. | John MacFarlane | |
| 2024-09-09 | Update stack.yaml. | John MacFarlane | |
