Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion news/changelog-1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ All changes included in 1.10:

- ([#6651](https://github.com/quarto-dev/quarto-cli/issues/6651)): Fix dart-sass compilation failing in enterprise environments where `.bat` files are blocked by group policy.
- ([#14255](https://github.com/quarto-dev/quarto-cli/issues/14255)): Fix shortcodes inside inline and display math expressions not being resolved.
- ([#14342](https://github.com/quarto-dev/quarto-cli/issues/14342)): Work around TOCTOU race in Deno's `expandGlobSync` that can cause unexpected exceptions to be raised while traversing directories during project initialization.
- ([#14342](https://github.com/quarto-dev/quarto-cli/issues/14342)): Work around TOCTOU race in Deno's `expandGlobSync` that can cause unexpected exceptions to be raised while traversing directories during project initialization.
- ([#14299](https://github.com/quarto-dev/quarto-cli/issues/14299)): Update default arrow-light theme to highlight BuiltIn and Extension styles
4 changes: 2 additions & 2 deletions src/resources/pandoc/highlight-styles/arrow-light.theme
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@
"underline": false
},
"BuiltIn": {
"text-color": null,
"text-color": "#4758AB",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Extension": {
"text-color": null,
"text-color": "#4758AB",
"background-color": null,
"bold": false,
"italic": false,
Expand Down
Loading