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-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16646,6 +16646,11 @@ var require_yaml_intelligence_resources = __commonJS({
16646
16646
},
16647
16647
{
16648
16648
name: "number-offset",
16649
+
tags: {
16650
+
formats: [
16651
+
"$html-all"
16652
+
]
16653
+
},
16649
16654
schema: {
16650
16655
maybeArrayOf: "number"
16651
16656
},
@@ -22964,6 +22969,7 @@ var require_yaml_intelligence_resources = __commonJS({
22964
22969
"The light theme name, theme scss file, or a mix of both.",
22965
22970
"The dark theme name, theme scss file, or a mix of both.",
22966
22971
"The dark theme name, theme scss file, or a mix of both.",
22972
+
"Array of rendering names, e.g. <code>[light, dark]</code>",
22967
22973
"Classes to apply to the body of the document.",
22968
22974
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
22969
22975
"Enables inclusion of Pandoc default CSS for this document.",
@@ -23980,7 +23986,7 @@ var require_yaml_intelligence_resources = __commonJS({
23980
23986
"A url to the full text for this item.",
23981
23987
{
23982
23988
short: "Type, class, or subtype of the item",
23983
-
long: "Type, class, or subtype of the item (e.g. \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. \u201Cadventure\u201D\nfor an adventure movie)"
23989
+
long: "Type, class, or subtype of the item (e.g. \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. \uFFFD\uFFFDadventure\u201D\nfor an adventure movie)"
23984
23990
},
23985
23991
"Guest (e.g. on a TV show or podcast).",
23986
23992
"Host of the item (e.g. of a TV show or podcast).",
@@ -24068,8 +24074,7 @@ var require_yaml_intelligence_resources = __commonJS({
24068
24074
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
24069
24075
"Manuscript configuration",
24070
24076
"internal-schema-hack",
24071
-
"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.",
24072
-
"Array of rendering names, e.g. <code>[light, dark]</code>"
24077
+
"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."
24073
24078
],
24074
24079
"schema/external-schemas.yml": [
24075
24080
{
@@ -24298,12 +24303,12 @@ var require_yaml_intelligence_resources = __commonJS({
24298
24303
mermaid: "%%"
24299
24304
},
24300
24305
"handlers/mermaid/schema.yml": {
24301
-
_internalId: 194632,
24306
+
_internalId: 195064,
24302
24307
type: "object",
24303
24308
description: "be an object",
24304
24309
properties: {
24305
24310
"mermaid-format": {
24306
-
_internalId: 194624,
24311
+
_internalId: 195056,
24307
24312
type: "enum",
24308
24313
enum: [
24309
24314
"png",
@@ -24319,7 +24324,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9618,6 +9618,11 @@
9618
9618
},
9619
9619
{
9620
9620
"name": "number-offset",
9621
+
"tags": {
9622
+
"formats": [
9623
+
"$html-all"
9624
+
]
9625
+
},
9621
9626
"schema": {
9622
9627
"maybeArrayOf": "number"
9623
9628
},
@@ -15936,6 +15941,7 @@
15936
15941
"The light theme name, theme scss file, or a mix of both.",
15937
15942
"The dark theme name, theme scss file, or a mix of both.",
15938
15943
"The dark theme name, theme scss file, or a mix of both.",
15944
+
"Array of rendering names, e.g. <code>[light, dark]</code>",
15939
15945
"Classes to apply to the body of the document.",
15940
15946
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
15941
15947
"Enables inclusion of Pandoc default CSS for this document.",
@@ -16952,7 +16958,7 @@
16952
16958
"A url to the full text for this item.",
16953
16959
{
16954
16960
"short": "Type, class, or subtype of the item",
16955
-
"long": "Type, class, or subtype of the item (e.g. “Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. “adventure”\nfor an adventure movie)"
16961
+
"long": "Type, class, or subtype of the item (e.g. “Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. ��adventure”\nfor an adventure movie)"
16956
16962
},
16957
16963
"Guest (e.g. on a TV show or podcast).",
16958
16964
"Host of the item (e.g. of a TV show or podcast).",
@@ -17040,8 +17046,7 @@
17040
17046
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
17041
17047
"Manuscript configuration",
17042
17048
"internal-schema-hack",
17043
-
"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’.",
17044
-
"Array of rendering names, e.g. <code>[light, dark]</code>"
17049
+
"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