Skip to content
Merged
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
22 changes: 11 additions & 11 deletions src/resources/editor/tools/vs-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7046,7 +7046,7 @@ var require_yaml_intelligence_resources = __commonJS({
schema: {
arrayOf: "string"
},
description: "Array of rendering names"
description: "Array of rendering names, e.g. `[light, dark]`"
},
{
name: "tags",
Expand Down Expand Up @@ -16879,8 +16879,8 @@ var require_yaml_intelligence_resources = __commonJS({
]
},
description: {
short: "Whether the `prefers-color-scheme` media query controls dark mode.",
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"
short: "Enables setting dark mode based on the `prefers-color-scheme` media query.",
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"
}
},
{
Expand Down Expand Up @@ -22964,6 +22964,10 @@ var require_yaml_intelligence_resources = __commonJS({
"Enables hover over a section title to see an anchor link.",
"Enables tabsets to present content.",
"Enables smooth scrolling within the page.",
{
short: "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
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."
},
{
short: "Method use to render math in HTML output",
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.'
Expand Down Expand Up @@ -24057,11 +24061,7 @@ var require_yaml_intelligence_resources = __commonJS({
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
"Manuscript configuration",
"internal-schema-hack",
"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.",
{
short: "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
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."
}
"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."
],
"schema/external-schemas.yml": [
{
Expand Down Expand Up @@ -24290,12 +24290,12 @@ var require_yaml_intelligence_resources = __commonJS({
mermaid: "%%"
},
"handlers/mermaid/schema.yml": {
_internalId: 194479,
_internalId: 194627,
type: "object",
description: "be an object",
properties: {
"mermaid-format": {
_internalId: 194471,
_internalId: 194619,
type: "enum",
enum: [
"png",
Expand All @@ -24311,7 +24311,7 @@ var require_yaml_intelligence_resources = __commonJS({
exhaustiveCompletions: true
},
theme: {
_internalId: 194478,
_internalId: 194626,
type: "anyOf",
anyOf: [
{
Expand Down
22 changes: 11 additions & 11 deletions src/resources/editor/tools/yaml/web-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions src/resources/editor/tools/yaml/yaml-intelligence-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"schema": {
"arrayOf": "string"
},
"description": "Array of rendering names"
"description": "Array of rendering names, e.g. `[light, dark]`"
},
{
"name": "tags",
Expand Down Expand Up @@ -9851,8 +9851,8 @@
]
},
"description": {
"short": "Whether the `prefers-color-scheme` media query controls dark mode.",
"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"
"short": "Enables setting dark mode based on the `prefers-color-scheme` media query.",
"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"
}
},
{
Expand Down Expand Up @@ -15936,6 +15936,10 @@
"Enables hover over a section title to see an anchor link.",
"Enables tabsets to present content.",
"Enables smooth scrolling within the page.",
{
"short": "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
"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."
},
{
"short": "Method use to render math in HTML output",
"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."
Expand Down Expand Up @@ -17029,11 +17033,7 @@
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
"Manuscript configuration",
"internal-schema-hack",
"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’.",
{
"short": "Whether the <code>prefers-color-scheme</code> media query controls\ndark mode.",
"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."
}
"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’."
],
"schema/external-schemas.yml": [
{
Expand Down Expand Up @@ -17262,12 +17262,12 @@
"mermaid": "%%"
},
"handlers/mermaid/schema.yml": {
"_internalId": 194479,
"_internalId": 194627,
"type": "object",
"description": "be an object",
"properties": {
"mermaid-format": {
"_internalId": 194471,
"_internalId": 194619,
"type": "enum",
"enum": [
"png",
Expand All @@ -17283,7 +17283,7 @@
"exhaustiveCompletions": true
},
"theme": {
"_internalId": 194478,
"_internalId": 194626,
"type": "anyOf",
"anyOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/resources/schema/cell-attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- name: renderings
schema:
arrayOf: string
description: "Array of rendering names"
description: "Array of rendering names, e.g. `[light, dark]`"

- name: tags
tags:
Expand Down
7 changes: 3 additions & 4 deletions src/resources/schema/document-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,10 @@
tags:
formats: [$html-doc]
description:
short: "Whether the `prefers-color-scheme` media query controls dark mode."
short: "Enables setting dark mode based on the `prefers-color-scheme` media query."
long: |
Whether to use the `prefers-color-scheme` media query to determine whether to show
the user a dark or light page. Otherwise the author preference (order of `light`
and `dark` in `theme` or `brand`) determines what is shown to the user at first visit.
If set, Quarto reads the `prefers-color-scheme` media query to determine whether to show
the user a dark or light page. Otherwise the author-preferred color scheme is shown.

- name: html-math-method
tags:
Expand Down
Loading