| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-20 | Update AUTHORS.md.pandoc-lua-engine-0.5.0.1pandoc-cli-3.8.2.13.8.2.1 | John MacFarlane | |
| 2025-10-20 | Update changelog. | John MacFarlane | |
| 2025-10-20 | Update manual date and regenerate man pages. | John MacFarlane | |
| 2025-10-20 | Bump pandoc-lua-engine to 0.5.0.1 | John MacFarlane | |
| 2025-10-20 | Bump pandoc, pandoc-cli to 3.8.2.1 | John MacFarlane | |
| 2025-10-20 | cabal.project - remove obsolete constraint for data-default. | John MacFarlane | |
| We no longer need this, now that dependent packages have been fixed to use data-default >= 0.8. | |||
| 2025-10-19 | pandoc-lua-engine: allow citeproc 0.11. | John MacFarlane | |
| 2025-10-19 | Use released citeproc 0.11. | John MacFarlane | |
| 2025-10-18 | Allow unicode-data 0.8. | John MacFarlane | |
| 2025-10-18 | Org reader: parse parameter lists on unknown blocks. | Albert Krewinkel | |
| The reader tries to parse the rest of the opening line of a block, e.g., `#+begin_myblock …`, as a parameters list. It first assumes that the parameters are in lisp-style (`:key value`), then alternatively tries to read python-style key-value pairs (`key=value`) and falls back to reading the entire remaining line as a single `parameter` attribute. This method is also applied to dynamic blocks. Closes: #11188 | |||
| 2025-10-18 | Org reader: add support for dynamic blocks. | Albert Krewinkel | |
| 2025-10-18 | Typst template: ensure that title block is properly centered. | John MacFarlane | |
| Closes #11221. | |||
| 2025-10-18 | Update to use latest dev citeproc. | John MacFarlane | |
| Fixed golden test regeneration in Docx reader test. | |||
| 2025-10-16 | Fix #6959 test so it works on Windows. | John MacFarlane | |
| 2025-10-15 | Docx writer: properly handle nested comment spans. | John MacFarlane | |
| Patch credit: @mmourino. Closes #8189. Closes #6959. | |||
| 2025-10-14 | RST writer: Don't use simple tables with RowSpans (#11214) | TuongNM | |
| 2025-10-13 | RTF reader: improve hyperlink parsing. | John MacFarlane | |
| Closes #11211. | |||
| 2025-10-13 | Typst writer: Escape open paren after non-space. | John MacFarlane | |
| This fixes an issue that occurs if an open paren comes right after e.g. `#strong[test]`. Closes #11210. | |||
| 2025-10-12 | Fixed missing backtick. (#11209) | FoxChillz | |
| 2025-10-11 | HTML reader: allow blank space between open and close iframe. | John MacFarlane | |
| 2025-10-10 | Correct anchor references to `pandoc.text` module documentation (#11205) | Emmanuel Ferdman | |
| Closes #11111. | |||
| 2025-10-06 | LaTeX writer/template: small fix for unnumbered tables. | John MacFarlane | |
| This improves on commit e13aa5c0157744de262ac512cc95a76a4562e37b, which worked only for recent versions of longtable. For older versions, we need to define a dummy counter `none`. Closes #11201. Thanks to @priiduonu for the solution. | |||
| 2025-10-06 | Changelog spacing fix. | John MacFarlane | |
| 2025-10-05 | Small improvements to release checklist template. | John MacFarlane | |
| 2025-10-05 | Bump manual date.pandoc-cli-3.8.23.8.2 | John MacFarlane | |
| 2025-10-05 | Bump pandoc, pandoc-cli to 3.8.2, update changelog | John MacFarlane | |
| 2025-10-05 | Use released texmath 0.13.0.1 | John MacFarlane | |
| 2025-10-05 | Typst writer: don't add semicolons as much. | John MacFarlane | |
| Previously we added semicolons after inline commands not followed by spaces, but mainly this was to deal with one issue: the presence of a semicolon after an inline command, which would be swallowed as a command separator (#9252). This commits adopts an approach that should avoid so many superfluous semicolons: it escapes semicolons that might come right after a command. See #11196. | |||
| 2025-10-04 | Use dev version of texmath. | John MacFarlane | |
| 2025-10-04 | Add note on typst `template` variable. | John MacFarlane | |
| Only a relative path can be used here. See #11190. | |||
| 2025-10-04 | Typst template: fix 3.8 regression in which links disappear. | John MacFarlane | |
| A template change in 3.8 added a show rule for links which causes them to disappear except in special cases. This change fixes the problem. Closes #11194. | |||
| 2025-10-04 | Small improvement to oneOfStrings. | John MacFarlane | |
| Use accumulator. | |||
| 2025-10-04 | LaTeX writer: Fix strikeout in links (#11192) | TuongNM | |
| As in #1294 \url and \href need to be protected inside an mbox for soul commands. Closes #9366. | |||
| 2025-10-03 | Parsing.General: Rewrite `oneOfStrings'` with less conversion to string. | John MacFarlane | |
| 2025-10-03 | release-candidate: switch from macos-13 to macos-15-intel. | John MacFarlane | |
| macos-13 will be retired by Dec. 4, 2025. | |||
| 2025-10-02 | Markdown tables: implement `table_attributes` extension. | John MacFarlane | |
| When `table_attributes` is enabled (as it is by default for pandoc's Markdown), attributes can be attached to a table by including them at the end of the caption. Previously the writer would emit an identifier in this position, but the reader didn't handle it. Now arbitrary attributes are allowed, and they work in both the reader and writer. Closes #10884. [API change]: Text.Pandoc.Extensions: Add `Ext_table_attributes` constructor for `Extension`. | |||
| 2025-10-01 | Update contact information (#11183) | Benson Muite | |
| in COPYING. | |||
| 2025-10-01 | Update FSF address (#11182) | Benson Muite | |
| 2025-09-30 | MANUAL.txt: remove some redundancy (#11180) | Reuben Thomas | |
| Closes #11178. In documenting LaTeX packages used by generated documents, don’t mention some packages twice in one (already long) paragraph. Add missing link for multirow. | |||
| 2025-09-29 | Update AUTHORS.md.pandoc-cli-3.8.13.8.1 | John MacFarlane | |
| 2025-09-29 | Update README.md. | John MacFarlane | |
| 2025-09-29 | Add vimdoc tables test to extra-source-files. | John MacFarlane | |
| 2025-09-29 | Update an pages and manual date. | John MacFarlane | |
| 2025-09-29 | Update changelog. | John MacFarlane | |
| 2025-09-29 | Bump version to 3.8.1 (also pandoc-cli). | John MacFarlane | |
| 2025-09-29 | T.P.XML: Add `fetchpriority` to list of HTML attributes. | John MacFarlane | |
| Closes #11176. | |||
| 2025-09-29 | RST writer: Add col spans for simple tables (#11173) | TuongNM | |
| Closes #10127. | |||
| 2025-09-28 | Remove coloring for a, a:visiting in epub.css. | John MacFarlane | |
| This was causing links in iOS books app not to be distinguished in any way (since underlining is not used there). Closes #11174. | |||
| 2025-09-28 | LaTeX writer: Fix strikeouts in beamer title (#11169) | TuongNM | |
| beamer uses pdfstring for the pdfinfo which can't handle soul strikeouts. Therefore, the title, subtitle and author contents need to be put inside texorpdfstring to deal with both the pdfinfo as well as the formatting. Fixes #11168. | |||
| 2025-09-28 | Typst writer: Fix syntax highlighting. | John MacFarlane | |
| See #11171. Previously the native typst highlighting was always used, regardless of the setting of `--syntax-highlighting`. With this change, `--syntax-highlighting=none` and `--syntax-highlighting=<style name>` (with skylighting) will work. Completes #10525. | |||
