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.5.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,3 +228,4 @@ All changes included in 1.5:
228
228
-`quarto install tinytex` will now try to set the default CTAN repository to the nearest mirror resolved from https://mirror.ctan.org.
229
229
-`quarto render --to native` now works without triggering rmarkdown error about non HTML output when HTML dependencies are present in the knitr engine cell results.
230
230
- Missing `tabsets` configuration for HTML documents has now been added in the YAML schema for validation and autocompletion. This boolean value controls the inclusion of tabsets in the document (e.g when `minimal: true` is set).
231
+
- ([#10003](https://github.com/quarto-dev/quarto-cli/issues/10003)): fix Giscus light/dark theme YAML example in schema where `theme` is missing.
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8751,7 +8751,7 @@ var require_yaml_intelligence_resources = __commonJS({
8751
8751
],
8752
8752
description: {
8753
8753
short: "The giscus theme to use when displaying comments.",
8754
-
long: "The giscus theme to use when displaying comments. Light and dark themes are supported. If a single theme is provided by name, it will be used as light and dark theme. To use different themes, use `light` and `dark` key: \n\n```yaml\nwebsite:\n comments:\n giscus:\n light: light # giscus theme used for light website theme\n dark: dark_dimmed # giscus theme used for dark website theme\n```\n"
8754
+
long: "The giscus theme to use when displaying comments. Light and dark themes are supported. If a single theme is provided by name, it will be used as light and dark theme. To use different themes, use `light` and `dark` key: \n\n```yaml\nwebsite:\n comments:\n giscus:\n theme:\n light: light # giscus theme used for light website theme\n dark: dark_dimmed # giscus theme used for dark website theme\n```\n"
8755
8755
}
8756
8756
},
8757
8757
language: {
@@ -21755,6 +21755,7 @@ var require_yaml_intelligence_resources = __commonJS({
21755
21755
"Enables inclusion of Pandoc default CSS for this document.",
21756
21756
"One or more CSS style sheets.",
21757
21757
"Enables hover over a section title to see an anchor link.",
21758
+
"Enables tabsets to present content.",
21758
21759
"Enables smooth scrolling within the page.",
21759
21760
{
21760
21761
short: "Method use to render math in HTML output",
@@ -22826,8 +22827,7 @@ var require_yaml_intelligence_resources = __commonJS({
22826
22827
},
22827
22828
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
22828
22829
"Manuscript configuration",
22829
-
"internal-schema-hack",
22830
-
"Enables tabsets to present content."
22830
+
"internal-schema-hack"
22831
22831
],
22832
22832
"schema/external-schemas.yml": [
22833
22833
{
@@ -23056,12 +23056,12 @@ var require_yaml_intelligence_resources = __commonJS({
23056
23056
mermaid: "%%"
23057
23057
},
23058
23058
"handlers/mermaid/schema.yml": {
23059
-
_internalId: 186347,
23059
+
_internalId: 186493,
23060
23060
type: "object",
23061
23061
description: "be an object",
23062
23062
properties: {
23063
23063
"mermaid-format": {
23064
-
_internalId: 186339,
23064
+
_internalId: 186485,
23065
23065
type: "enum",
23066
23066
enum: [
23067
23067
"png",
@@ -23077,7 +23077,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1723,7 +1723,7 @@
1723
1723
],
1724
1724
"description": {
1725
1725
"short": "The giscus theme to use when displaying comments.",
1726
-
"long": "The giscus theme to use when displaying comments. Light and dark themes are supported. If a single theme is provided by name, it will be used as light and dark theme. To use different themes, use `light` and `dark` key: \n\n```yaml\nwebsite:\n comments:\n giscus:\n light: light # giscus theme used for light website theme\n dark: dark_dimmed # giscus theme used for dark website theme\n```\n"
1726
+
"long": "The giscus theme to use when displaying comments. Light and dark themes are supported. If a single theme is provided by name, it will be used as light and dark theme. To use different themes, use `light` and `dark` key: \n\n```yaml\nwebsite:\n comments:\n giscus:\n theme:\n light: light # giscus theme used for light website theme\n dark: dark_dimmed # giscus theme used for dark website theme\n```\n"
1727
1727
}
1728
1728
},
1729
1729
"language": {
@@ -14727,6 +14727,7 @@
14727
14727
"Enables inclusion of Pandoc default CSS for this document.",
14728
14728
"One or more CSS style sheets.",
14729
14729
"Enables hover over a section title to see an anchor link.",
14730
+
"Enables tabsets to present content.",
14730
14731
"Enables smooth scrolling within the page.",
14731
14732
{
14732
14733
"short": "Method use to render math in HTML output",
@@ -15798,8 +15799,7 @@
15798
15799
},
15799
15800
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
0 commit comments