Skip to content

Commit 9a59a04

Browse files
authored
Add breaking change of new pandoc in release note (#13928)
Relates to #13925 and jgm/pandoc#11409
1 parent cc4e8f6 commit 9a59a04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

news/changelog-1.9.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All changes included in 1.9:
1515
## Dependencies
1616

1717
- Update `pandoc` to 3.8.3
18+
- ([#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 `[`.
1819
- Update `typst` to 0.14.2
1920
- Update `esbuild` to 0.25.10
2021
- Update `deno` to 2.4.5

0 commit comments

Comments
 (0)