Skip to content
17 changes: 11 additions & 6 deletions src/resources/editor/tools/vs-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16646,6 +16646,11 @@ var require_yaml_intelligence_resources = __commonJS({
},
{
name: "number-offset",
tags: {
formats: [
"$html-all"
]
},
schema: {
maybeArrayOf: "number"
},
Expand Down Expand Up @@ -22964,6 +22969,7 @@ var require_yaml_intelligence_resources = __commonJS({
"The light theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>",
"Classes to apply to the body of the document.",
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
"Enables inclusion of Pandoc default CSS for this document.",
Expand Down Expand Up @@ -23980,7 +23986,7 @@ var require_yaml_intelligence_resources = __commonJS({
"A url to the full text for this item.",
{
short: "Type, class, or subtype of the item",
long: "Type, class, or subtype of the item (e.g.&nbsp;\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.&nbsp;\u201Cadventure\u201D\nfor an adventure movie)"
long: "Type, class, or subtype of the item (e.g.&nbsp;\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.&nbsp;\uFFFD\uFFFDadventure\u201D\nfor an adventure movie)"
},
"Guest (e.g.&nbsp;on a TV show or podcast).",
"Host of the item (e.g.&nbsp;of a TV show or podcast).",
Expand Down Expand Up @@ -24068,8 +24074,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.",
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>"
"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 @@ -24298,12 +24303,12 @@ var require_yaml_intelligence_resources = __commonJS({
mermaid: "%%"
},
"handlers/mermaid/schema.yml": {
_internalId: 194632,
_internalId: 195064,
type: "object",
description: "be an object",
properties: {
"mermaid-format": {
_internalId: 194624,
_internalId: 195056,
type: "enum",
enum: [
"png",
Expand All @@ -24319,7 +24324,7 @@ var require_yaml_intelligence_resources = __commonJS({
exhaustiveCompletions: true
},
theme: {
_internalId: 194631,
_internalId: 195063,
type: "anyOf",
anyOf: [
{
Expand Down
17 changes: 11 additions & 6 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.

17 changes: 11 additions & 6 deletions src/resources/editor/tools/yaml/yaml-intelligence-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -9618,6 +9618,11 @@
},
{
"name": "number-offset",
"tags": {
"formats": [
"$html-all"
]
},
"schema": {
"maybeArrayOf": "number"
},
Expand Down Expand Up @@ -15936,6 +15941,7 @@
"The light theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>",
"Classes to apply to the body of the document.",
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
"Enables inclusion of Pandoc default CSS for this document.",
Expand Down Expand Up @@ -16952,7 +16958,7 @@
"A url to the full text for this item.",
{
"short": "Type, class, or subtype of the item",
"long": "Type, class, or subtype of the item (e.g.&nbsp;“Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g.&nbsp;adventure”\nfor an adventure movie)"
"long": "Type, class, or subtype of the item (e.g.&nbsp;“Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g.&nbsp;��adventure”\nfor an adventure movie)"
},
"Guest (e.g.&nbsp;on a TV show or podcast).",
"Host of the item (e.g.&nbsp;of a TV show or podcast).",
Expand Down Expand Up @@ -17040,8 +17046,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’.",
"Array of rendering names, e.g.&nbsp;<code>[light, dark]</code>"
"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 @@ -17270,12 +17275,12 @@
"mermaid": "%%"
},
"handlers/mermaid/schema.yml": {
"_internalId": 194632,
"_internalId": 195064,
"type": "object",
"description": "be an object",
"properties": {
"mermaid-format": {
"_internalId": 194624,
"_internalId": 195056,
"type": "enum",
"enum": [
"png",
Expand All @@ -17291,7 +17296,7 @@
"exhaustiveCompletions": true
},
"theme": {
"_internalId": 194631,
"_internalId": 195063,
"type": "anyOf",
"anyOf": [
{
Expand Down
2 changes: 2 additions & 0 deletions src/resources/schema/document-numbering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
description: The numbering depth for sections. (Use `number-depth` instead).

- name: number-offset
tags:
formats: [$html-all]
schema:
maybeArrayOf: number
default: [0, 0, 0, 0, 0, 0]
Expand Down
Loading