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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12596,7 +12596,7 @@ var require_yaml_intelligence_resources = __commonJS({
12596
12596
schema: "number",
12597
12597
description: {
12598
12598
short: "Default height for figures generated by Matplotlib or R graphics",
12599
-
long: "Default width for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
12599
+
long: "Default height for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
12600
12600
}
12601
12601
},
12602
12602
{
@@ -12628,7 +12628,7 @@ var require_yaml_intelligence_resources = __commonJS({
12628
12628
schema: "number",
12629
12629
description: {
12630
12630
short: "The aspect ratio of the plot, i.e., the ratio of height/width.\n",
12631
-
long: "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,\nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
12631
+
long: "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,\nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
12632
12632
}
12633
12633
},
12634
12634
{
@@ -19844,7 +19844,7 @@ var require_yaml_intelligence_resources = __commonJS({
19844
19844
"Content to include at the beginning of the document body (e.g. after\nthe <code><body></code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).",
19845
19845
"Content to include at the end of the document body (before the\n<code></body></code> tag in HTML, or the\n<code>\\end{document}</code> command in LaTeX).",
19846
19846
"Include contents at the beginning of the document body (e.g. after\nthe <code><body></code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
19847
-
"Include content at the end of the document body, immediately after\nthe markdown content. While the content will be included before the\nclosing <code></body></code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option specifically\nrefers to the end of the content.\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
19847
+
"Include content at the end of the document body immediately after the\nmarkdown content. While it will be included before the closing\n<code></body></code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option refers to the\nend of the markdown content.\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
19848
19848
"Include contents at the end of the header. This can be used, for\nexample, to include special CSS or JavaScript in HTML documents.\nA string value or an object with key \u201Cfile\u201D indicates a filename\nwhose contents are to be included\nAn object with key \u201Ctext\u201D indicates textual content to be\nincluded",
19849
19849
"Path (or glob) to files to publish with this document.",
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5572,7 +5572,7 @@
5572
5572
"schema": "number",
5573
5573
"description": {
5574
5574
"short": "Default height for figures generated by Matplotlib or R graphics",
5575
-
"long": "Default width for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
5575
+
"long": "Default height for figures generated by Matplotlib or R graphics.\n\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with\ndocument or project metadata.\n"
5576
5576
}
5577
5577
},
5578
5578
{
@@ -5604,7 +5604,7 @@
5604
5604
"schema": "number",
5605
5605
"description": {
5606
5606
"short": "The aspect ratio of the plot, i.e., the ratio of height/width.\n",
5607
-
"long": "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,\nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
5607
+
"long": "The aspect ratio of the plot, i.e., the ratio of height/width. When `fig-asp` is specified,\nthe height of a plot (the option `fig-height`) is calculated from `fig-width * fig-asp`.\n\nThe `fig-asp` option is only available within the knitr engine.\n"
5608
5608
}
5609
5609
},
5610
5610
{
@@ -12820,7 +12820,7 @@
12820
12820
"Content to include at the beginning of the document body (e.g. after\nthe <code><body></code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).",
12821
12821
"Content to include at the end of the document body (before the\n<code></body></code> tag in HTML, or the\n<code>\\end{document}</code> command in LaTeX).",
12822
12822
"Include contents at the beginning of the document body (e.g. after\nthe <code><body></code> tag in HTML, or the\n<code>\\begin{document}</code> command in LaTeX).\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
12823
-
"Include content at the end of the document body, immediately after\nthe markdown content. While the content will be included before the\nclosing <code></body></code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option specifically\nrefers to the end of the content.\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
12823
+
"Include content at the end of the document body immediately after the\nmarkdown content. While it will be included before the closing\n<code></body></code> tag in HTML and the\n<code>\\end{document}</code> command in LaTeX, this option refers to the\nend of the markdown content.\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
12824
12824
"Include contents at the end of the header. This can be used, for\nexample, to include special CSS or JavaScript in HTML documents.\nA string value or an object with key “file” indicates a filename\nwhose contents are to be included\nAn object with key “text” indicates textual content to be\nincluded",
12825
12825
"Path (or glob) to files to publish with this document.",
0 commit comments