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
+25-6Lines changed: 25 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13050,6 +13050,22 @@ var require_yaml_intelligence_resources = __commonJS({
13050
13050
}
13051
13051
}
13052
13052
},
13053
+
{
13054
+
id: "brand-path-only-light-dark",
13055
+
anyOf: [
13056
+
"string",
13057
+
{
13058
+
object: {
13059
+
closed: true,
13060
+
properties: {
13061
+
light: "string",
13062
+
dark: "string"
13063
+
}
13064
+
}
13065
+
}
13066
+
],
13067
+
description: "A path to a brand.yml file, or an object with light and dark paths to brand.yml\n"
13068
+
},
13053
13069
{
13054
13070
id: "brand-path-bool-light-dark",
13055
13071
anyOf: [
@@ -20452,9 +20468,9 @@ var require_yaml_intelligence_resources = __commonJS({
20452
20468
},
20453
20469
brand: {
20454
20470
schema: {
20455
-
ref: "brand-path-bool-light-dark"
20471
+
ref: "brand-path-only-light-dark"
20456
20472
},
20457
-
description: "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
20473
+
description: "Path to brand.yml or object with light and dark paths to brand.yml\n"
20458
20474
},
20459
20475
preview: {
20460
20476
description: "Options for `quarto preview`",
@@ -23995,6 +24011,7 @@ var require_yaml_intelligence_resources = __commonJS({
23995
24011
"HTML library (JS/CSS/etc.) directory",
23996
24012
"Additional file resources to be copied to output directory",
23997
24013
"Additional file resources to be copied to output directory",
24014
+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
23998
24015
"Options for <code>quarto preview</code>",
23999
24016
"Scripts to run as a pre-render step",
24000
24017
"Scripts to run as a post-render step",
@@ -24344,6 +24361,7 @@ var require_yaml_intelligence_resources = __commonJS({
24344
24361
"HTML library (JS/CSS/etc.) directory",
24345
24362
"Additional file resources to be copied to output directory",
24346
24363
"Additional file resources to be copied to output directory",
24364
+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don\u2019t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
24347
24365
"Options for <code>quarto preview</code>",
24348
24366
"Scripts to run as a pre-render step",
24349
24367
"Scripts to run as a post-render step",
@@ -24678,7 +24696,8 @@ var require_yaml_intelligence_resources = __commonJS({
24678
24696
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
24679
24697
"Manuscript configuration",
24680
24698
"internal-schema-hack",
24681
-
"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."
24699
+
"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.",
24700
+
"A path to a brand.yml file, or an object with light and dark paths to\nbrand.yml"
24682
24701
],
24683
24702
"schema/external-schemas.yml": [
24684
24703
{
@@ -24907,12 +24926,12 @@ var require_yaml_intelligence_resources = __commonJS({
24907
24926
mermaid: "%%"
24908
24927
},
24909
24928
"handlers/mermaid/schema.yml": {
24910
-
_internalId: 197505,
24929
+
_internalId: 197527,
24911
24930
type: "object",
24912
24931
description: "be an object",
24913
24932
properties: {
24914
24933
"mermaid-format": {
24915
-
_internalId: 197497,
24934
+
_internalId: 197519,
24916
24935
type: "enum",
24917
24936
enum: [
24918
24937
"png",
@@ -24928,7 +24947,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+25-6Lines changed: 25 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6022,6 +6022,22 @@
6022
6022
}
6023
6023
}
6024
6024
},
6025
+
{
6026
+
"id": "brand-path-only-light-dark",
6027
+
"anyOf": [
6028
+
"string",
6029
+
{
6030
+
"object": {
6031
+
"closed": true,
6032
+
"properties": {
6033
+
"light": "string",
6034
+
"dark": "string"
6035
+
}
6036
+
}
6037
+
}
6038
+
],
6039
+
"description": "A path to a brand.yml file, or an object with light and dark paths to brand.yml\n"
6040
+
},
6025
6041
{
6026
6042
"id": "brand-path-bool-light-dark",
6027
6043
"anyOf": [
@@ -13424,9 +13440,9 @@
13424
13440
},
13425
13441
"brand": {
13426
13442
"schema": {
13427
-
"ref": "brand-path-bool-light-dark"
13443
+
"ref": "brand-path-only-light-dark"
13428
13444
},
13429
-
"description": "Branding information to use for this document. If a string, the path to a brand file.\nIf false, don't use branding on this document. If an object, an inline brand\ndefinition, or an object with light and dark brand paths or definitions.\n"
13445
+
"description": "Path to brand.yml or object with light and dark paths to brand.yml\n"
13430
13446
},
13431
13447
"preview": {
13432
13448
"description": "Options for `quarto preview`",
@@ -16967,6 +16983,7 @@
16967
16983
"HTML library (JS/CSS/etc.) directory",
16968
16984
"Additional file resources to be copied to output directory",
16969
16985
"Additional file resources to be copied to output directory",
16986
+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
16970
16987
"Options for <code>quarto preview</code>",
16971
16988
"Scripts to run as a pre-render step",
16972
16989
"Scripts to run as a post-render step",
@@ -17316,6 +17333,7 @@
17316
17333
"HTML library (JS/CSS/etc.) directory",
17317
17334
"Additional file resources to be copied to output directory",
17318
17335
"Additional file resources to be copied to output directory",
17336
+
"Branding information to use for this document. If a string, the path\nto a brand file. If false, don’t use branding on this document. If an\nobject, an inline brand definition, or an object with light and dark\nbrand paths or definitions.",
17319
17337
"Options for <code>quarto preview</code>",
17320
17338
"Scripts to run as a pre-render step",
17321
17339
"Scripts to run as a post-render step",
@@ -17650,7 +17668,8 @@
17650
17668
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
17651
17669
"Manuscript configuration",
17652
17670
"internal-schema-hack",
17653
-
"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’."
17671
+
"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’.",
17672
+
"A path to a brand.yml file, or an object with light and dark paths to\nbrand.yml"
0 commit comments