Skip to content

Commit c48f29c

Browse files
committed
rebuild js
1 parent 3fbe0a4 commit c48f29c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18529,6 +18529,10 @@ var require_yaml_intelligence_resources = __commonJS({
1852918529
"Vertical centering of title slide",
1853018530
"Make speaker notes visible to all viewers",
1853118531
"Change the presentation direction to be RTL",
18532+
{
18533+
short: "Method used to print tables in Knitr engine documents\n(<code>default</code>, <code>kable</code>, <code>tibble</code>, or\n<code>paged</code>). Defaults to <code>kable</code>.",
18534+
long: "Method used to print tables in Knitr engine documents:"
18535+
},
1853218536
{
1853318537
short: "Determine how text is wrapped in the output (<code>auto</code>,\n<code>none</code>, or <code>preserve</code>).",
1853418538
long: "Determine how text is wrapped in the output (the source code, not the\nrendered version)."
@@ -18980,11 +18984,7 @@ var require_yaml_intelligence_resources = __commonJS({
1898018984
"Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and\n<code>docx</code>)",
1898118985
"Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and\n<code>docx</code>)",
1898218986
"Custom tools for navbar or sidebar",
18983-
"internal-schema-hack",
18984-
{
18985-
short: "Method used to print tables in Knitr engine documents\n(<code>default</code>, <code>kable</code>, <code>tibble</code>, or\n<code>paged</code>). Defaults to <code>kable</code>.",
18986-
long: "Method used to print tables in Knitr engine documents:"
18987-
}
18987+
"internal-schema-hack"
1898818988
],
1898918989
"schema/external-schemas.yml": [
1899018990
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11508,6 +11508,10 @@
1150811508
"Vertical centering of title slide",
1150911509
"Make speaker notes visible to all viewers",
1151011510
"Change the presentation direction to be RTL",
11511+
{
11512+
"short": "Method used to print tables in Knitr engine documents\n(<code>default</code>, <code>kable</code>, <code>tibble</code>, or\n<code>paged</code>). Defaults to <code>kable</code>.",
11513+
"long": "Method used to print tables in Knitr engine documents:"
11514+
},
1151111515
{
1151211516
"short": "Determine how text is wrapped in the output (<code>auto</code>,\n<code>none</code>, or <code>preserve</code>).",
1151311517
"long": "Determine how text is wrapped in the output (the source code, not the\nrendered version)."
@@ -11959,11 +11963,7 @@
1195911963
"Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and\n<code>docx</code>)",
1196011964
"Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and\n<code>docx</code>)",
1196111965
"Custom tools for navbar or sidebar",
11962-
"internal-schema-hack",
11963-
{
11964-
"short": "Method used to print tables in Knitr engine documents\n(<code>default</code>, <code>kable</code>, <code>tibble</code>, or\n<code>paged</code>). Defaults to <code>kable</code>.",
11965-
"long": "Method used to print tables in Knitr engine documents:"
11966-
}
11966+
"internal-schema-hack"
1196711967
],
1196811968
"schema/external-schemas.yml": [
1196911969
{

0 commit comments

Comments
 (0)