All changes included in 1.8:
- (#6607): Add missing beamer template update for beamer theme options:
colorthemeoptions,fontthemeoptions,innerthemeoptionsandouterthemeoptions. - (#12625): Fire resize event on window when light/dark toggle is clicked, to tell widgets to resize.
- (#12657): Load Giscus in generated script tag, to avoid wrong-theming in Chrome.
- (#12780):
keep-ipynb: truenow works again correctly and intermediate.quarto_ipynbis not removed.
- Update
bootstrap-iconsto version v1.13.1 from v1.11.1.
- (#678): a11y - Provide appropriate
aria-labelto search button. - (#726): a11y - Provide
.screen-reader-onlycallout type when callout text doesn't naturally include the type. - (#5538): Fix code-copy button style so that scrolling behaves properly.
- (#10983): Fix spacing inconsistency between paras and first section headings.
- (#12259): Fix conflict between
html-math-method: katexand crossref popups (author: @benkeks). - (#12734):
highlight-stylenow correctly supports setting a differentlightanddark. - (#12747): Ensure
thelements are properly restored when Quarto's HTML table processing is happening. - (#12766): Use consistent equation numbering display for
html-math-methodandhtml-math-method.methodfor MathJax and KaTeX (author: @mcanouil)
- (#12598): Ensure
.fragmenton an image with caption applies to whole figure.
- (#8392): Fix
docxgeneration issues in tables
- (#12554): CSS properties
font-weightandfont-styleare translated to Typsttextproperties. - (#12695): Resolve Typst
font-pathsthat start with/relative to project root. - (#12739): Remove unused variable
heading-background-colorandheading-decorationfrom Typst's templates. They are leftover from previous change, and not part of Brand.yml schema for typography of headings.
- (#12775): Convert Quarto-native layouts (divs with
layoutsyntax) to Beamer columns, equivalent to using the Pandoc-native syntax of div withcolumnsandcolumnclasses.
- (#12551): Improve warning issued when
aliaseswould overwrite an existing document. - (#12616): find SVG images in image discovery for listings.
- (#12693): Prevent resource exhaustion on large websites by serializing
NotebookContextinformation to file instead of the environment.
- (#12615): Adds
algorithmto theorem environments. (author: @jeremy9959)
- (#12727): Do not crash in the presence of malformed tabset contents.
- (#12806): Use pandoc APIs to handle codepage conversion on Windows.
- (#12811): Add support for YouTube Shorts in
videoshortcode.
- (#12733): Add installed extensions to
quarto inspectproject report.
- (#12753): Support change in IPython 9+ and import
set_matplotlib_formatsfrommatplotlib_inline.backend_inlinein the internalsetup.pyscript used to initialize rendering with Jupyter engine.
- (#11321): Follow recommendation from LaTeX project and use
lualatexinstead ofxelatexas the default PDF engine. - (#12782): fix bug on
safeRemoveDirSync's detection of safe directory boundaries.