Skip to content

Commit 1ddce21

Browse files
committed
udpate df-print docs
1 parent c7ab3b5 commit 1ddce21

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15610,7 +15610,7 @@ var require_yaml_intelligence_resources = __commonJS({
1561015610
},
1561115611
default: "kable",
1561215612
description: {
15613-
short: "Method used to print tables in Knitr engine documents (`default`,\n`kable`, `tibble`, or `paged`). Defaults to `kable`.\n",
15613+
short: "Method used to print tables in Knitr engine documents (`default`,\n`kable`, `tibble`, or `paged`). Uses `default` if not specified.\n",
1561415614
long: "Method used to print tables in Knitr engine documents:\n\n- `default`: Use the default S3 method for the data frame.\n- `kable`: Markdown table using the `knitr::kable()` function.\n- `tibble`: Plain text table using the `tibble` package.\n- `paged`: HTML table with paging for row and column overflow.\n\nThe default printing method is `kable`.\n"
1561515615
}
1561615616
}
@@ -18984,11 +18984,7 @@ var require_yaml_intelligence_resources = __commonJS({
1898418984
"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>)",
1898518985
"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>)",
1898618986
"Custom tools for navbar or sidebar",
18987-
"internal-schema-hack",
18988-
{
18989-
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>.",
18990-
long: "Method used to print tables in Knitr engine documents:"
18991-
}
18987+
"internal-schema-hack"
1899218988
],
1899318989
"schema/external-schemas.yml": [
1899418990
{

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

Lines changed: 2 additions & 6 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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8589,7 +8589,7 @@
85898589
},
85908590
"default": "kable",
85918591
"description": {
8592-
"short": "Method used to print tables in Knitr engine documents (`default`,\n`kable`, `tibble`, or `paged`). Defaults to `kable`.\n",
8592+
"short": "Method used to print tables in Knitr engine documents (`default`,\n`kable`, `tibble`, or `paged`). Uses `default` if not specified.\n",
85938593
"long": "Method used to print tables in Knitr engine documents:\n\n- `default`: Use the default S3 method for the data frame.\n- `kable`: Markdown table using the `knitr::kable()` function.\n- `tibble`: Plain text table using the `tibble` package.\n- `paged`: HTML table with paging for row and column overflow.\n\nThe default printing method is `kable`.\n"
85948594
}
85958595
}
@@ -11963,11 +11963,7 @@
1196311963
"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>)",
1196411964
"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>)",
1196511965
"Custom tools for navbar or sidebar",
11966-
"internal-schema-hack",
11967-
{
11968-
"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>.",
11969-
"long": "Method used to print tables in Knitr engine documents:"
11970-
}
11966+
"internal-schema-hack"
1197111967
],
1197211968
"schema/external-schemas.yml": [
1197311969
{

src/resources/schema/document-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description:
88
short: |
99
Method used to print tables in Knitr engine documents (`default`,
10-
`kable`, `tibble`, or `paged`). Defaults to `kable`.
10+
`kable`, `tibble`, or `paged`). Uses `default` if not specified.
1111
long: |
1212
Method used to print tables in Knitr engine documents:
1313

0 commit comments

Comments
 (0)