From 7fc0900c5f6b9dd217f3e62f29243cc79c681228 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 21 Jan 2026 16:42:29 +0100 Subject: [PATCH] Add breaking change of new pandoc in release note Relates to https://github.com/quarto-dev/quarto-cli/issues/13925 and https://github.com/jgm/pandoc/issues/11409 --- news/changelog-1.9.md | 1 + 1 file changed, 1 insertion(+) diff --git a/news/changelog-1.9.md b/news/changelog-1.9.md index 824b5d8993..dc1a4c12e3 100644 --- a/news/changelog-1.9.md +++ b/news/changelog-1.9.md @@ -15,6 +15,7 @@ All changes included in 1.9: ## Dependencies - Update `pandoc` to 3.8.3 + - ([#13925](https://github.com/quarto-dev/quarto-cli/issues/13925)): Pandoc 3.8.3 introduces `^[text]^` as inline footnote syntax. This conflicts with superscript containing a Span at the start (e.g., `^[text]{.class}^`) since the `^[` sequence now triggers footnote parsing. A workaround is to insert a zero-width space or other invisible character between `^` and `[`. - Update `typst` to 0.14.2 - Update `esbuild` to 0.25.10 - Update `deno` to 2.4.5