Skip to content

Commit 816bf2d

Browse files
artifacts
1 parent b01d9ce commit 816bf2d

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7046,7 +7046,7 @@ var require_yaml_intelligence_resources = __commonJS({
70467046
schema: {
70477047
arrayOf: "string"
70487048
},
7049-
description: "Array of rendering names"
7049+
description: "Array of rendering names, e.g. `[light, dark]`"
70507050
},
70517051
{
70527052
name: "tags",
@@ -16879,8 +16879,8 @@ var require_yaml_intelligence_resources = __commonJS({
1687916879
]
1688016880
},
1688116881
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"
1688416884
}
1688516885
},
1688616886
{
@@ -22964,6 +22964,10 @@ var require_yaml_intelligence_resources = __commonJS({
2296422964
"Enables hover over a section title to see an anchor link.",
2296522965
"Enables tabsets to present content.",
2296622966
"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+
},
2296722971
{
2296822972
short: "Method use to render math in HTML output",
2296922973
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({
2405724061
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2405824062
"Manuscript configuration",
2405924063
"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."
2406524065
],
2406624066
"schema/external-schemas.yml": [
2406724067
{
@@ -24290,12 +24290,12 @@ var require_yaml_intelligence_resources = __commonJS({
2429024290
mermaid: "%%"
2429124291
},
2429224292
"handlers/mermaid/schema.yml": {
24293-
_internalId: 194479,
24293+
_internalId: 194627,
2429424294
type: "object",
2429524295
description: "be an object",
2429624296
properties: {
2429724297
"mermaid-format": {
24298-
_internalId: 194471,
24298+
_internalId: 194619,
2429924299
type: "enum",
2430024300
enum: [
2430124301
"png",
@@ -24311,7 +24311,7 @@ var require_yaml_intelligence_resources = __commonJS({
2431124311
exhaustiveCompletions: true
2431224312
},
2431324313
theme: {
24314-
_internalId: 194478,
24314+
_internalId: 194626,
2431524315
type: "anyOf",
2431624316
anyOf: [
2431724317
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"schema": {
1919
"arrayOf": "string"
2020
},
21-
"description": "Array of rendering names"
21+
"description": "Array of rendering names, e.g. `[light, dark]`"
2222
},
2323
{
2424
"name": "tags",
@@ -9851,8 +9851,8 @@
98519851
]
98529852
},
98539853
"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"
98569856
}
98579857
},
98589858
{
@@ -15936,6 +15936,10 @@
1593615936
"Enables hover over a section title to see an anchor link.",
1593715937
"Enables tabsets to present content.",
1593815938
"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+
},
1593915943
{
1594015944
"short": "Method use to render math in HTML output",
1594115945
"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 @@
1702917033
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1703017034
"Manuscript configuration",
1703117035
"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’."
1703717037
],
1703817038
"schema/external-schemas.yml": [
1703917039
{
@@ -17262,12 +17262,12 @@
1726217262
"mermaid": "%%"
1726317263
},
1726417264
"handlers/mermaid/schema.yml": {
17265-
"_internalId": 194479,
17265+
"_internalId": 194627,
1726617266
"type": "object",
1726717267
"description": "be an object",
1726817268
"properties": {
1726917269
"mermaid-format": {
17270-
"_internalId": 194471,
17270+
"_internalId": 194619,
1727117271
"type": "enum",
1727217272
"enum": [
1727317273
"png",
@@ -17283,7 +17283,7 @@
1728317283
"exhaustiveCompletions": true
1728417284
},
1728517285
"theme": {
17286-
"_internalId": 194478,
17286+
"_internalId": 194626,
1728717287
"type": "anyOf",
1728817288
"anyOf": [
1728917289
{

src/resources/schema/document-options.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
description:
9393
short: "Enables setting dark mode based on the `prefers-color-scheme` media query."
9494
long: |
95-
If set. Quarto reads the `prefers-color-scheme` media query to determine whether to show
96-
to show the user a dark or light page. Otherwise the author preference will be shown.
95+
If set, Quarto reads the `prefers-color-scheme` media query to determine whether to show
96+
the user a dark or light page. Otherwise the author-preferred color scheme is shown.
9797
9898
- name: html-math-method
9999
tags:

0 commit comments

Comments
 (0)