You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: news/changelog-1.7.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,9 @@ All changes included in 1.7:
68
68
69
69
- ([#1325](https://github.com/quarto-dev/quarto-cli/issues/1325)): Dark Mode pages should not flash light on reload. (Nor should Light Mode pages flash dark.)
70
70
- ([#1470](https://github.com/quarto-dev/quarto-cli/issues/1470)): `respect-user-color-scheme` enables checking the media query `prefers-color-scheme` for user dark mode preference. Author preference still influences stylesheet order and NoJS experience. Defaults to `false`, leaving to author preference.
- ([#11860](https://github.com/quarto-dev/quarto-cli/issues/11860)): ES6 modules that import other local JS modules in documents with `embed-resources: true` are now correctly embedded.
73
+
- ([#11911](https://github.com/quarto-dev/quarto-cli/issues/11911)): Code highlighting colors for tokens are now the same between code blocks and inline code when using Pandoc's syntax highlighting.
73
74
- ([#12277](https://github.com/quarto-dev/quarto-cli/pull/12277)): Provide light and dark plot and table renderings with `renderings: [light,dark]`
74
75
- ([#12307](https://github.com/quarto-dev/quarto-cli/issues/12307)): Tabsets using `tabby.js` in non-boostrap html (`theme: pandoc`, `theme: none` or `minimal: true`) now correctly render reactive content when `server: shiny` is used.
75
76
- ([#12319](https://github.com/quarto-dev/quarto-cli/pull/12319)): Provide switchable light and dark brands for a page with `brand.light` and `brand.dark`.
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13031,29 +13031,31 @@ var require_yaml_intelligence_resources = __commonJS({
13031
13031
{
13032
13032
string: {
13033
13033
completions: [
13034
-
"pygments",
13035
-
"tango",
13036
-
"espresso",
13037
-
"zenburn",
13038
-
"kate",
13039
-
"monochrome",
13040
-
"breezedark",
13041
-
"haddock",
13034
+
"a11y",
13042
13035
"arrow",
13043
13036
"atom-one",
13044
13037
"ayu",
13045
13038
"ayu-mirage",
13046
13039
"breeze",
13040
+
"breezedark",
13047
13041
"dracula",
13042
+
"espresso",
13048
13043
"github",
13049
13044
"gruvbox",
13050
-
"mokokai",
13045
+
"haddock",
13046
+
"kate",
13047
+
"monochrome",
13048
+
"monokai",
13049
+
"none",
13051
13050
"nord",
13052
13051
"oblivion",
13053
13052
"printing",
13053
+
"pygments",
13054
13054
"radical",
13055
13055
"solarized",
13056
-
"vim-dark"
13056
+
"tango",
13057
+
"vim-dark",
13058
+
"zenburn"
13057
13059
]
13058
13060
}
13059
13061
}
@@ -23986,7 +23988,7 @@ var require_yaml_intelligence_resources = __commonJS({
23986
23988
"A url to the full text for this item.",
23987
23989
{
23988
23990
short: "Type, class, or subtype of the item",
23989
-
long: "Type, class, or subtype of the item (e.g. \u201CDoctoral dissertation\u201D for\na PhD thesis; \u201CNIH Publication\u201D for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. \uFFFD\uFFFDadventure\u201D\nfor an adventure movie)"
23991
+
long: "Type, class, or subtype of the item (e.g. \u201CDoctoral dissertation\u201D for\na PhD thesis; \u201CNIH Publication\u201D for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. \u201Cadventure\u201D\nfor an adventure movie)"
23990
23992
},
23991
23993
"Guest (e.g. on a TV show or podcast).",
23992
23994
"Host of the item (e.g. of a TV show or podcast).",
@@ -24303,12 +24305,12 @@ var require_yaml_intelligence_resources = __commonJS({
24303
24305
mermaid: "%%"
24304
24306
},
24305
24307
"handlers/mermaid/schema.yml": {
24306
-
_internalId: 195064,
24308
+
_internalId: 195005,
24307
24309
type: "object",
24308
24310
description: "be an object",
24309
24311
properties: {
24310
24312
"mermaid-format": {
24311
-
_internalId: 195056,
24313
+
_internalId: 194997,
24312
24314
type: "enum",
24313
24315
enum: [
24314
24316
"png",
@@ -24324,7 +24326,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6003,29 +6003,31 @@
6003
6003
{
6004
6004
"string": {
6005
6005
"completions": [
6006
-
"pygments",
6007
-
"tango",
6008
-
"espresso",
6009
-
"zenburn",
6010
-
"kate",
6011
-
"monochrome",
6012
-
"breezedark",
6013
-
"haddock",
6006
+
"a11y",
6014
6007
"arrow",
6015
6008
"atom-one",
6016
6009
"ayu",
6017
6010
"ayu-mirage",
6018
6011
"breeze",
6012
+
"breezedark",
6019
6013
"dracula",
6014
+
"espresso",
6020
6015
"github",
6021
6016
"gruvbox",
6022
-
"mokokai",
6017
+
"haddock",
6018
+
"kate",
6019
+
"monochrome",
6020
+
"monokai",
6021
+
"none",
6023
6022
"nord",
6024
6023
"oblivion",
6025
6024
"printing",
6025
+
"pygments",
6026
6026
"radical",
6027
6027
"solarized",
6028
-
"vim-dark"
6028
+
"tango",
6029
+
"vim-dark",
6030
+
"zenburn"
6029
6031
]
6030
6032
}
6031
6033
}
@@ -16958,7 +16960,7 @@
16958
16960
"A url to the full text for this item.",
16959
16961
{
16960
16962
"short": "Type, class, or subtype of the item",
16961
-
"long": "Type, class, or subtype of the item (e.g. “Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. ��adventure”\nfor an adventure movie)"
16963
+
"long": "Type, class, or subtype of the item (e.g. “Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. “adventure”\nfor an adventure movie)"
16962
16964
},
16963
16965
"Guest (e.g. on a TV show or podcast).",
16964
16966
"Host of the item (e.g. of a TV show or podcast).",
0 commit comments