Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Edits based on items in changelog as of 5ec7da0 06/06/24:
Website
bread-crumbs: false
Added example to: /docs/websites/website-navigation.html#breadcrumbs
Typst
(#9293): Add
toc-indent
to control indentation of entries in the table of contents.Added example to: /docs/output-formats/typst.html#table-of-contents
Shortcodes
(#8316): Add fallback value for the
env
shortcode.Added example to /docs/authoring/variables.html#env
quarto check
quarto check
now checks a minimal version of Typst and prints the version, to aid with troubleshooting.Updated example output in
bug-reports.html
anddocs/troubleshooting/
Other Fixes and Improvements
(#9460):
$valuebox-bg-{color}
Sass variables, e.g.$valuebox-bg-primary
, can now be set directly for custom value box background colors.Added conditionally to
_theme-variables.md
which gets included in:docs/dashboards/theming.html#sass-variables
Closes: Document dashboard specific SASS variables quarto-cli#9487