All changes included in 1.10:
Regression fixes
(#14267): Fix Windows paths with accented characters (e.g.,
C:\Users\Sébastien\) breaking dart-sass compilation.(#14281): Fix transient
.quarto_ipynbfiles accumulating duringquarto previewwith Jupyter engine.(#14298): Fix
quarto previewbrowse URL including output filename (e.g.,hello.html) for single-file documents, breaking Posit Workbench proxied server access.
Formats
typst
(#14261): Fix theorem/example block titles containing inline code producing invalid Typst markup when syntax highlighting is applied.
Commands
quarto preview
(#14281): Avoid creating a duplicate
.quarto_ipynbfile on preview startup for single-file Jupyter documents.
quarto create
(#14250): Fix
quarto createproducing read-only files when Quarto is installed via system packages (e.g.,.deb). Files copied from installed resources now have user-write permission ensured.