Skip to content

Commit 277b812

Browse files
authored
Merge pull request #3223 from quarto-dev/appendix
Appendix
2 parents 1672106 + 451eb0f commit 277b812

File tree

4 files changed

+80
-15
lines changed

4 files changed

+80
-15
lines changed

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

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11779,6 +11779,16 @@ var require_yaml_intelligence_resources = __commonJS({
1177911779
default: true,
1178011780
description: "Whether cross references should be hyper-linked."
1178111781
}
11782+
},
11783+
"appendix-title": {
11784+
string: {
11785+
description: "The title used for appendix."
11786+
}
11787+
},
11788+
"appendix-delim": {
11789+
string: {
11790+
description: "The delimiter beween appendix number and title."
11791+
}
1178211792
}
1178311793
}
1178411794
}
@@ -18533,10 +18543,19 @@ var require_yaml_intelligence_resources = __commonJS({
1853318543
"Enable code cell execution.",
1853418544
"Execute code cell execution in Jupyter notebooks.",
1853518545
"Show code-execution related debug information.",
18536-
"Default width for figures generated by Matplotlib or R graphics",
18537-
"Default height for figures generated by Matplotlib or R graphics",
18546+
{
18547+
short: "Default width for figures generated by Matplotlib or R graphics",
18548+
long: "Default width for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
18549+
},
18550+
{
18551+
short: "Default height for figures generated by Matplotlib or R graphics",
18552+
long: "Default width for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
18553+
},
1853818554
"Default format for figures generated by Matplotlib or R graphics\n(<code>retina</code>, <code>png</code>, <code>jpeg</code>,\n<code>svg</code>, or <code>pdf</code>)",
18539-
"Default DPI for figures generated by Matplotlib or R graphics",
18555+
{
18556+
short: "Default DPI for figures generated by Matplotlib or R graphics",
18557+
long: "Default DPI for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
18558+
},
1854018559
{
1854118560
short: "The aspect ratio of the plot, i.e., the ratio of height/width.",
1854218561
long: "The aspect ratio of the plot, i.e., the ratio of height/width. When\n<code>fig-asp</code> is specified, the height of a plot (the option\n<code>fig-height</code>) is calculated from\n<code>fig-width * fig-asp</code>.\nThe <code>fig-asp</code> option is only available within the knitr\nengine."
@@ -20000,12 +20019,12 @@ var require_yaml_intelligence_resources = __commonJS({
2000020019
mermaid: "%%"
2000120020
},
2000220021
"handlers/mermaid/schema.yml": {
20003-
_internalId: 132474,
20022+
_internalId: 132478,
2000420023
type: "object",
2000520024
description: "be an object",
2000620025
properties: {
2000720026
"mermaid-format": {
20008-
_internalId: 132473,
20027+
_internalId: 132477,
2000920028
type: "enum",
2001020029
enum: [
2001120030
"png",

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

Lines changed: 24 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: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4755,6 +4755,16 @@
47554755
"default": true,
47564756
"description": "Whether cross references should be hyper-linked."
47574757
}
4758+
},
4759+
"appendix-title": {
4760+
"string": {
4761+
"description": "The title used for appendix."
4762+
}
4763+
},
4764+
"appendix-delim": {
4765+
"string": {
4766+
"description": "The delimiter beween appendix number and title."
4767+
}
47584768
}
47594769
}
47604770
}
@@ -11509,10 +11519,19 @@
1150911519
"Enable code cell execution.",
1151011520
"Execute code cell execution in Jupyter notebooks.",
1151111521
"Show code-execution related debug information.",
11512-
"Default width for figures generated by Matplotlib or R graphics",
11513-
"Default height for figures generated by Matplotlib or R graphics",
11522+
{
11523+
"short": "Default width for figures generated by Matplotlib or R graphics",
11524+
"long": "Default width for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
11525+
},
11526+
{
11527+
"short": "Default height for figures generated by Matplotlib or R graphics",
11528+
"long": "Default width for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
11529+
},
1151411530
"Default format for figures generated by Matplotlib or R graphics\n(<code>retina</code>, <code>png</code>, <code>jpeg</code>,\n<code>svg</code>, or <code>pdf</code>)",
11515-
"Default DPI for figures generated by Matplotlib or R graphics",
11531+
{
11532+
"short": "Default DPI for figures generated by Matplotlib or R graphics",
11533+
"long": "Default DPI for figures generated by Matplotlib or R graphics.\nNote that with the Jupyter engine, this option has no effect when\nprovided at the cell level; it can only be provided with document or\nproject metadata."
11534+
},
1151611535
{
1151711536
"short": "The aspect ratio of the plot, i.e., the ratio of height/width.",
1151811537
"long": "The aspect ratio of the plot, i.e., the ratio of height/width. When\n<code>fig-asp</code> is specified, the height of a plot (the option\n<code>fig-height</code>) is calculated from\n<code>fig-width * fig-asp</code>.\nThe <code>fig-asp</code> option is only available within the knitr\nengine."
@@ -12976,12 +12995,12 @@
1297612995
"mermaid": "%%"
1297712996
},
1297812997
"handlers/mermaid/schema.yml": {
12979-
"_internalId": 132474,
12998+
"_internalId": 132478,
1298012999
"type": "object",
1298113000
"description": "be an object",
1298213001
"properties": {
1298313002
"mermaid-format": {
12984-
"_internalId": 132473,
13003+
"_internalId": 132477,
1298513004
"type": "enum",
1298613005
"enum": [
1298713006
"png",

src/resources/schema/document-crossref.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,11 @@
165165
boolean:
166166
default: true
167167
description: Whether cross references should be hyper-linked.
168+
169+
appendix-title:
170+
string:
171+
description: The title used for appendix.
172+
173+
appendix-delim:
174+
string:
175+
description: The delimiter beween appendix number and title.

0 commit comments

Comments
 (0)