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
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -13558,6 +13558,9 @@ var require_yaml_intelligence_resources = __commonJS({
13558
13558
}
13559
13559
}
13560
13560
}
13561
+
},
13562
+
description: {
13563
+
short: "Properties of the grid system used to layout Quarto HTML pages."
13561
13564
}
13562
13565
},
13563
13566
{
@@ -14873,7 +14876,7 @@ var require_yaml_intelligence_resources = __commonJS({
14873
14876
schema: {
14874
14877
ref: "pandoc-shortcodes"
14875
14878
},
14876
-
description: "Specify Lua scripts that implement shortcode handlers\n"
14879
+
description: "Speicfy Lua scripts that implement shortcode handlers\n"
14877
14880
},
14878
14881
{
14879
14882
name: "keep-md",
@@ -18504,6 +18507,8 @@ var require_yaml_intelligence_resources = __commonJS({
18504
18507
"The number scheme used for references.",
18505
18508
"The number scheme used for sub references.",
18506
18509
"Whether cross references should be hyper-linked.",
18510
+
"The title used for appendix.",
18511
+
"The delimiter beween appendix number and title.",
18507
18512
"Visual editor configuration",
18508
18513
"Default editing mode for document",
18509
18514
"Markdown writing options for visual editor",
@@ -18789,6 +18794,10 @@ var require_yaml_intelligence_resources = __commonJS({
18789
18794
short: "Target page width for output (used to compute columns widths for\n<code>layout</code> divs)",
18790
18795
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."
18791
18796
},
18797
+
"The base width of the sidebar (left) column in an HTML page.",
18798
+
"The base width of the margin (right) column in an HTML page.",
18799
+
"The base width of the body (center) column in an HTML page.",
18800
+
"The width of the gutter that appears between columns in an HTML\npage.",
18792
18801
{
18793
18802
short: "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>)",
18794
18803
long: "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>).\nTo completely disable any styling of the appendix, choose the\nappendix style <code>none</code>. For minimal styling, choose\n<code>plain.</code>"
@@ -19006,7 +19015,7 @@ var require_yaml_intelligence_resources = __commonJS({
19006
19015
long: "Embed math libraries (e.g. MathJax) within\n<code>self-contained</code> output. Note that math libraries are not\nembedded by default because they are quite large and often time\nconsuming to download."
19007
19016
},
19008
19017
"Specify executables or Lua scripts to be used as a filter\ntransforming the pandoc AST after the input is parsed and before the\noutput is written.",
19009
-
"Speicfy Lua scripts that implement shortcode handlers",
19018
+
"Specify Lua scripts that implement shortcode handlers",
19010
19019
"Keep the markdown file generated by executing code",
19011
19020
"Keep the notebook file generated from executing code.",
19012
19021
"Filters to pre-process ipynb files before rendering to markdown",
@@ -19841,11 +19850,7 @@ var require_yaml_intelligence_resources = __commonJS({
19841
19850
long: "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
19842
19851
},
19843
19852
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
19844
-
"internal-schema-hack",
19845
-
"The base width of the sidebar (left) column in an HTML page.",
19846
-
"The base width of the margin (right) column in an HTML page.",
19847
-
"The base width of the body (center) column in an HTML page.",
19848
-
"The width of the gutter that appears between columns in an HTML\npage."
19853
+
"internal-schema-hack"
19849
19854
],
19850
19855
"schema/external-schemas.yml": [
19851
19856
{
@@ -20058,12 +20063,12 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6534,6 +6534,9 @@
6534
6534
}
6535
6535
}
6536
6536
}
6537
+
},
6538
+
"description": {
6539
+
"short": "Properties of the grid system used to layout Quarto HTML pages."
6537
6540
}
6538
6541
},
6539
6542
{
@@ -7849,7 +7852,7 @@
7849
7852
"schema": {
7850
7853
"ref": "pandoc-shortcodes"
7851
7854
},
7852
-
"description": "Specify Lua scripts that implement shortcode handlers\n"
7855
+
"description": "Speicfy Lua scripts that implement shortcode handlers\n"
7853
7856
},
7854
7857
{
7855
7858
"name": "keep-md",
@@ -11480,6 +11483,8 @@
11480
11483
"The number scheme used for references.",
11481
11484
"The number scheme used for sub references.",
11482
11485
"Whether cross references should be hyper-linked.",
11486
+
"The title used for appendix.",
11487
+
"The delimiter beween appendix number and title.",
11483
11488
"Visual editor configuration",
11484
11489
"Default editing mode for document",
11485
11490
"Markdown writing options for visual editor",
@@ -11765,6 +11770,10 @@
11765
11770
"short": "Target page width for output (used to compute columns widths for\n<code>layout</code> divs)",
11766
11771
"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."
11767
11772
},
11773
+
"The base width of the sidebar (left) column in an HTML page.",
11774
+
"The base width of the margin (right) column in an HTML page.",
11775
+
"The base width of the body (center) column in an HTML page.",
11776
+
"The width of the gutter that appears between columns in an HTML\npage.",
11768
11777
{
11769
11778
"short": "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>)",
11770
11779
"long": "The layout of the appendix for this document (<code>none</code>,\n<code>plain</code>, or <code>default</code>).\nTo completely disable any styling of the appendix, choose the\nappendix style <code>none</code>. For minimal styling, choose\n<code>plain.</code>"
@@ -11982,7 +11991,7 @@
11982
11991
"long": "Embed math libraries (e.g. MathJax) within\n<code>self-contained</code> output. Note that math libraries are not\nembedded by default because they are quite large and often time\nconsuming to download."
11983
11992
},
11984
11993
"Specify executables or Lua scripts to be used as a filter\ntransforming the pandoc AST after the input is parsed and before the\noutput is written.",
11985
-
"Speicfy Lua scripts that implement shortcode handlers",
11994
+
"Specify Lua scripts that implement shortcode handlers",
11986
11995
"Keep the markdown file generated by executing code",
11987
11996
"Keep the notebook file generated from executing code.",
11988
11997
"Filters to pre-process ipynb files before rendering to markdown",
@@ -12817,11 +12826,7 @@
12817
12826
"long": "Title of the volume of the item or container holding the item.\nAlso use for titles of periodical special issues, special sections,\nand the like."
12818
12827
},
12819
12828
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
12820
-
"internal-schema-hack",
12821
-
"The base width of the sidebar (left) column in an HTML page.",
12822
-
"The base width of the margin (right) column in an HTML page.",
12823
-
"The base width of the body (center) column in an HTML page.",
12824
-
"The width of the gutter that appears between columns in an HTML\npage."
0 commit comments