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
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16628,6 +16628,19 @@ var require_yaml_intelligence_resources = __commonJS({
16628
16628
schema: "path",
16629
16629
description: "Use the specified file as a style reference in producing a docx, \npptx, or odt file.\n"
16630
16630
},
16631
+
{
16632
+
name: "brand",
16633
+
schema: {
16634
+
anyOf: [
16635
+
"string",
16636
+
"boolean",
16637
+
{
16638
+
ref: "brand"
16639
+
}
16640
+
]
16641
+
},
16642
+
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.\n"
16643
+
},
16631
16644
{
16632
16645
name: "theme",
16633
16646
tags: {
@@ -22618,7 +22631,7 @@ var require_yaml_intelligence_resources = __commonJS({
22618
22631
"The page layout to use for this document (<code>article</code>,\n<code>full</code>, or <code>custom</code>)",
22619
22632
{
22620
22633
short: "Target page width for output (used to compute columns widths for\n<code>layout</code> divs)",
22621
-
long: "Target page width for output (used to compute columns widths for\n<code>layout</code> divs). Defaults to 6.5 inches, which corresponds to\ndefault letter page settings in docx and odt."
22634
+
long: "Target body page width for output (used to compute columns widths for\n<code>layout</code> divs). Defaults to 6.5 inches, which corresponds to\ndefault letter page settings in docx and odt (8.5 inches with 1 inch for\neach margins)."
22622
22635
},
22623
22636
{
22624
22637
short: "Properties of the grid system used to layout Quarto HTML pages.",
@@ -24118,12 +24131,12 @@ var require_yaml_intelligence_resources = __commonJS({
24118
24131
mermaid: "%%"
24119
24132
},
24120
24133
"handlers/mermaid/schema.yml": {
24121
-
_internalId: 192600,
24134
+
_internalId: 193258,
24122
24135
type: "object",
24123
24136
description: "be an object",
24124
24137
properties: {
24125
24138
"mermaid-format": {
24126
-
_internalId: 192592,
24139
+
_internalId: 193250,
24127
24140
type: "enum",
24128
24141
enum: [
24129
24142
"png",
@@ -24139,7 +24152,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9600,6 +9600,19 @@
9600
9600
"schema": "path",
9601
9601
"description": "Use the specified file as a style reference in producing a docx, \npptx, or odt file.\n"
9602
9602
},
9603
+
{
9604
+
"name": "brand",
9605
+
"schema": {
9606
+
"anyOf": [
9607
+
"string",
9608
+
"boolean",
9609
+
{
9610
+
"ref": "brand"
9611
+
}
9612
+
]
9613
+
},
9614
+
"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.\n"
9615
+
},
9603
9616
{
9604
9617
"name": "theme",
9605
9618
"tags": {
@@ -15590,7 +15603,7 @@
15590
15603
"The page layout to use for this document (<code>article</code>,\n<code>full</code>, or <code>custom</code>)",
15591
15604
{
15592
15605
"short": "Target page width for output (used to compute columns widths for\n<code>layout</code> divs)",
15593
-
"long": "Target page width for output (used to compute columns widths for\n<code>layout</code> divs). Defaults to 6.5 inches, which corresponds to\ndefault letter page settings in docx and odt."
15606
+
"long": "Target body page width for output (used to compute columns widths for\n<code>layout</code> divs). Defaults to 6.5 inches, which corresponds to\ndefault letter page settings in docx and odt (8.5 inches with 1 inch for\neach margins)."
15594
15607
},
15595
15608
{
15596
15609
"short": "Properties of the grid system used to layout Quarto HTML pages.",
0 commit comments