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: src/resources/editor/tools/vs-code.mjs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7046,7 +7046,7 @@ var require_yaml_intelligence_resources = __commonJS({
7046
7046
schema: {
7047
7047
arrayOf: "string"
7048
7048
},
7049
-
description: "Array of rendering names"
7049
+
description: "Array of rendering names, e.g. `[light, dark]`"
7050
7050
},
7051
7051
{
7052
7052
name: "tags",
@@ -16879,8 +16879,8 @@ var require_yaml_intelligence_resources = __commonJS({
16879
16879
]
16880
16880
},
16881
16881
description: {
16882
-
short: "Whether the `prefers-color-scheme` media query controls dark mode.",
16883
-
long: "Whether to use the `prefers-color-scheme` media query to determine whether to show\nthe user a dark or light page. Otherwise the author preference (order of `light`\nand `dark` in `theme` or `brand`) determines what is shown to the user at first visit.\n"
16882
+
short: "Enables setting dark mode based on the `prefers-color-scheme` media query.",
16883
+
long: "If set, Quarto reads the `prefers-color-scheme` media query to determine whether to show\nthe user a dark or light page. Otherwise the author-preferred color scheme is shown.\n"
16884
16884
}
16885
16885
},
16886
16886
{
@@ -22964,6 +22964,10 @@ var require_yaml_intelligence_resources = __commonJS({
22964
22964
"Enables hover over a section title to see an anchor link.",
22965
22965
"Enables tabsets to present content.",
22966
22966
"Enables smooth scrolling within the page.",
22967
+
{
22968
+
short: "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
22969
+
long: "Whether to use the <code>prefers-color-scheme</code> media query to\ndetermine whether to show the user a dark or light page. Otherwise the\nauthor preference (order of <code>light</code> and <code>dark</code> in\n<code>theme</code> or <code>brand</code>) determines what is shown to\nthe user at first visit."
22970
+
},
22967
22971
{
22968
22972
short: "Method use to render math in HTML output",
22969
22973
long: 'Method use to render math in HTML output (<code>plain</code>,\n<code>webtex</code>, <code>gladtex</code>, <code>mathml</code>,\n<code>mathjax</code>, <code>katex</code>).\nSee the Pandoc documentation on <a href="https://pandoc.org/MANUAL.html#math-rendering-in-html">Math\nRendering in HTML</a> for additional details.'
@@ -24057,11 +24061,7 @@ var require_yaml_intelligence_resources = __commonJS({
24057
24061
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
24058
24062
"Manuscript configuration",
24059
24063
"internal-schema-hack",
24060
-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
24061
-
{
24062
-
short: "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
24063
-
long: "Whether to use the <code>prefers-color-scheme</code> media query to\ndetermine whether to show the user a dark or light page. Otherwise the\nauthor preference (order of <code>light</code> and <code>dark</code> in\n<code>theme</code> or <code>brand</code>) determines what is shown to\nthe user at first visit."
24064
-
}
24064
+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
24065
24065
],
24066
24066
"schema/external-schemas.yml": [
24067
24067
{
@@ -24290,12 +24290,12 @@ var require_yaml_intelligence_resources = __commonJS({
24290
24290
mermaid: "%%"
24291
24291
},
24292
24292
"handlers/mermaid/schema.yml": {
24293
-
_internalId: 194479,
24293
+
_internalId: 194627,
24294
24294
type: "object",
24295
24295
description: "be an object",
24296
24296
properties: {
24297
24297
"mermaid-format": {
24298
-
_internalId: 194471,
24298
+
_internalId: 194619,
24299
24299
type: "enum",
24300
24300
enum: [
24301
24301
"png",
@@ -24311,7 +24311,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"schema": {
19
19
"arrayOf": "string"
20
20
},
21
-
"description": "Array of rendering names"
21
+
"description": "Array of rendering names, e.g. `[light, dark]`"
22
22
},
23
23
{
24
24
"name": "tags",
@@ -9851,8 +9851,8 @@
9851
9851
]
9852
9852
},
9853
9853
"description": {
9854
-
"short": "Whether the `prefers-color-scheme` media query controls dark mode.",
9855
-
"long": "Whether to use the `prefers-color-scheme` media query to determine whether to show\nthe user a dark or light page. Otherwise the author preference (order of `light`\nand `dark` in `theme` or `brand`) determines what is shown to the user at first visit.\n"
9854
+
"short": "Enables setting dark mode based on the `prefers-color-scheme` media query.",
9855
+
"long": "If set, Quarto reads the `prefers-color-scheme` media query to determine whether to show\nthe user a dark or light page. Otherwise the author-preferred color scheme is shown.\n"
9856
9856
}
9857
9857
},
9858
9858
{
@@ -15936,6 +15936,10 @@
15936
15936
"Enables hover over a section title to see an anchor link.",
15937
15937
"Enables tabsets to present content.",
15938
15938
"Enables smooth scrolling within the page.",
15939
+
{
15940
+
"short": "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
15941
+
"long": "Whether to use the <code>prefers-color-scheme</code> media query to\ndetermine whether to show the user a dark or light page. Otherwise the\nauthor preference (order of <code>light</code> and <code>dark</code> in\n<code>theme</code> or <code>brand</code>) determines what is shown to\nthe user at first visit."
15942
+
},
15939
15943
{
15940
15944
"short": "Method use to render math in HTML output",
15941
15945
"long": "Method use to render math in HTML output (<code>plain</code>,\n<code>webtex</code>, <code>gladtex</code>, <code>mathml</code>,\n<code>mathjax</code>, <code>katex</code>).\nSee the Pandoc documentation on <a href=\"https://pandoc.org/MANUAL.html#math-rendering-in-html\">Math\nRendering in HTML</a> for additional details."
@@ -17029,11 +17033,7 @@
17029
17033
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
17030
17034
"Manuscript configuration",
17031
17035
"internal-schema-hack",
17032
-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
17033
-
{
17034
-
"short": "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
17035
-
"long": "Whether to use the <code>prefers-color-scheme</code> media query to\ndetermine whether to show the user a dark or light page. Otherwise the\nauthor preference (order of <code>light</code> and <code>dark</code> in\n<code>theme</code> or <code>brand</code>) determines what is shown to\nthe user at first visit."
17036
-
}
17036
+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
0 commit comments