| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-06 | Implement `reset-citation-positions` class on headings.reset-position | John MacFarlane | |
| When the `reset-citation-positions` class is added to a top-level heading, `--citeproc` will reset position information at that point in the document. This is needed in order to ensure that the first citation in a chapter to a work that has been cited in a previous chapter will not be in abbreviated form. Requires a dependency on a development version of citeproc. | |||
| 2025-12-05 | Use latest dev asciidoc. | John MacFarlane | |
| 2025-12-04 | Use latest asciidoc. | John MacFarlane | |
| 2025-12-04 | Use dev typst-hs | John MacFarlane | |
| 2025-12-03 | Use dev asciidoc. | John MacFarlane | |
| 2025-11-30 | Use released asciidoc 0.1. | John MacFarlane | |
| 2025-11-30 | Use released djot 0.1.2.4. | John MacFarlane | |
| 2025-11-30 | Use released texmath 0.13.0.2. | John MacFarlane | |
| 2025-11-30 | Use released typst 0.8.1. | John MacFarlane | |
| 2025-11-30 | Use released citeproc 0.12. | John MacFarlane | |
| 2025-11-30 | Use latest dev asciidoc. | John MacFarlane | |
| 2025-11-29 | Add asciidoc as an input format. | John MacFarlane | |
| New exported module Text.Pandoc.Readers.AsciiDoc, exporting readAsciiDoc [API change]. The bulk of parsing is handled by the asciidoc library. Closes #1456. | |||
| 2025-11-19 | Use latest dev citeproc. | John MacFarlane | |
| 2025-11-18 | Use latest dev citeproc. | John MacFarlane | |
| 2025-11-18 | Use latest dev typst-hs. | John MacFarlane | |
| 2025-11-10 | Use latest dev djoths. | John MacFarlane | |
| 2025-10-30 | Typst reader: handle document metadata and `#title`. | John MacFarlane | |
| See jgm/typst-hs#80. Note that previously, the typst reader never returned document metadata. Now it does, even if the typst document does not contain a `#title` function that would result in actually printing the title block. | |||
| 2025-10-27 | Fix stack.yaml. | John MacFarlane | |
| 2025-10-27 | stack.yaml - fix syntax. | John MacFarlane | |
| 2025-10-26 | Use dev versions of typst-hs, texmath, typst-symbols. | John MacFarlane | |
| 2025-10-24 | Use latest dev citeproc. | John MacFarlane | |
| 2025-10-19 | Use released citeproc 0.11. | John MacFarlane | |
| 2025-10-18 | Update to use latest dev citeproc. | John MacFarlane | |
| Fixed golden test regeneration in Docx reader test. | |||
| 2025-10-05 | Use released texmath 0.13.0.1 | John MacFarlane | |
| 2025-10-04 | Use dev version of texmath. | John MacFarlane | |
| 2025-09-27 | Use released djot 0.1.2.3. | John MacFarlane | |
| 2025-09-19 | Use dev version of djoths. | John MacFarlane | |
| 2025-09-06 | stack.yaml - use lts-24.9 | John MacFarlane | |
| 2025-09-06 | Use skylighting 0.14.7 | John MacFarlane | |
| 2025-09-03 | Used released typst 0.8.0.2 | John MacFarlane | |
| 2025-09-03 | Use released texmath 0.13 | John MacFarlane | |
| 2025-09-03 | Use released citeproc-0.10 | John MacFarlane | |
| 2025-09-03 | Use released doclayout 0.5.0.1 | John MacFarlane | |
| 2025-09-02 | Use latest dev citeproc. | John MacFarlane | |
| 2025-09-02 | Use latest dev citeproc. | John MacFarlane | |
| 2025-08-30 | Use dev typst-hs. | John MacFarlane | |
| 2025-08-27 | Use latest dev texmath. | John MacFarlane | |
| 2025-08-26 | Add dev doclayout to stack.yaml. | John MacFarlane | |
| 2025-08-11 | Use latest dev texmath. | John MacFarlane | |
| 2025-08-09 | Lua: require hslua-module-system 1.2.3 | Albert Krewinkel | |
| This provides List methods to the value returned by `pandoc.system.list_directory`. Closes: #11032 | |||
| 2025-08-01 | Use latest dev citeproc. | John MacFarlane | |
| Add test for #11013. Closes #11013. | |||
| 2025-08-01 | Use latest dev texmath. | John MacFarlane | |
| 2025-07-24 | Use latest dev citeproc. | John MacFarlane | |
| This solves the problem of unwanted capitalization of names at the beginning of citations in footnotes. Closes #10983. | |||
| 2025-07-23 | Fix stack.yaml. | John MacFarlane | |
| 2025-07-23 | Use dev texmath. | John MacFarlane | |
| 2025-07-23 | Use latest dev citeproc. | John MacFarlane | |
| 2025-07-23 | Use latest dev citeproc. | John MacFarlane | |
| Closes #10983 by allowing `nocase` spans to be used to suppress capitalization of initial word in a footnote. | |||
| 2025-07-23 | Lua: add function `pandoc.path.exists`. | Albert Krewinkel | |
| The functions allows to check the existence of file-system objects. | |||
| 2025-07-20 | Use latest dev citeproc. | John MacFarlane | |
| 2025-06-30 | Lua: add more UTF-8-aware file operations to `pandoc.system`. | Albert Krewinkel | |
| Functions that expect UTF-8-encoded filenames should make it easier to write platform-independent scripts, as the encoding of the actual filename depends on the system. Additionally, this also adds a generalized method to run commands, and functions to retrieve XDG directory names. The new functions are `command`, `copy`, `read_file`, `remove`, `rename`, `times`, `write_file`, `xdg`. | |||
