Skip to content

Commit 282dfb9

Browse files
authored
Merge pull request #10163 from quarto-dev/bugfix/10157
revert typst 0.11.1 change because of architecture issues
2 parents e512cf6 + a573649 commit 282dfb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export DENO_DOM=v0.1.35-alpha-artifacts
1414
export PANDOC=3.2
1515
export DARTSASS=1.70.0
1616
export ESBUILD=0.19.12
17-
export TYPST=0.11.1
17+
export TYPST=0.11.0
1818

1919

2020
# NB: we can't put comments in the same line as export statements because it

news/changelog-1.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ All changes included in 1.5:
108108
- ([#10055](https://github.com/quarto-dev/quarto-cli/pull/10055)): Enable `html-pre-tag-processing` with a fenced div, disable it in metadata with `none`.
109109
- ([#10075](https://github.com/quarto-dev/quarto-cli/pull/10075)): Bring `quarto create` templates for Typst up-to-date with the format.
110110
- ([#10123](https://github.com/quarto-dev/quarto-cli/issues/10123)): Warn when unsupported caption location is used, and default to `bottom`.
111-
- Upgrade Typst to 0.11.1
111+
- Upgrade Typst to 0.11.0
112112
- Upgrade the Typst template to draw tables without grid lines by default, in accordance with latest Pandoc.
113113

114114
## Jupyter

0 commit comments

Comments
 (0)