Skip to content

Commit 0f5a15f

Browse files
cwickhamgordonwoodhull
authored andcommitted
Fix whitespace
1 parent 098d412 commit 0f5a15f

5 files changed

Lines changed: 50 additions & 67 deletions

File tree

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

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23874,6 +23874,16 @@ var require_yaml_intelligence_resources = __commonJS({
2387423874
short: "Sets the bottom margin of the document.",
2387523875
long: "For HTML output, sets the <code>margin-bottom</code> property on the\nBody element.\nFor LaTeX output, sets the bottom margin if <code>geometry</code> is\nnot used (otherwise <code>geometry</code> overrides this value)\nFor ConTeXt output, sets the bottom margin if <code>layout</code> is\nnot used, otherwise <code>layout</code> overrides these.\nFor <code>wkhtmltopdf</code> sets the bottom page margin."
2387623876
},
23877+
{
23878+
short: "Page margins for Typst output.",
23879+
long: "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g.&nbsp;<code>1.5in</code>, <code>2cm</code>)."
23880+
},
23881+
"Horizontal margin (e.g.&nbsp;1.5in)",
23882+
"Vertical margin (e.g.&nbsp;1.5in)",
23883+
"Top margin (e.g.&nbsp;1.5in)",
23884+
"Bottom margin (e.g.&nbsp;1.5in)",
23885+
"Left margin (e.g.&nbsp;1.5in)",
23886+
"Right margin (e.g.&nbsp;1.5in)",
2387723887
{
2387823888
short: "Options for the geometry package.",
2387923889
long: 'Options for the <a href="https://ctan.org/pkg/geometry">geometry</a>\npackage. For example:'
@@ -24207,13 +24217,7 @@ var require_yaml_intelligence_resources = __commonJS({
2420724217
short: "The \u2018normal\u2019 height of the presentation",
2420824218
long: "The \u201Cnormal\u201D height of the presentation, aspect ratio will be\npreserved when the presentation is scaled to fit different resolutions.\nCan be specified using percentage units."
2420924219
},
24210-
"For <code>revealjs</code>, the factor of the display size that should\nremain empty around the content (e.g.&nbsp;0.1).\nFor <code>typst</code>, a dictionary with the fields defined in the\nTypst documentation: <code>x</code>, <code>y</code>, <code>top</code>,\n<code>bottom</code>, <code>left</code>, <code>right</code> (margins are\nspecified in <code>cm</code> units, e.g.&nbsp;<code>5cm</code>).",
24211-
"Horizontal margin (e.g.&nbsp;5cm)",
24212-
"Vertical margin (e.g.&nbsp;5cm)",
24213-
"Top margin (e.g.&nbsp;5cm)",
24214-
"Bottom margin (e.g.&nbsp;5cm)",
24215-
"Left margin (e.g.&nbsp;5cm)",
24216-
"Right margin (e.g.&nbsp;5cm)",
24220+
"Factor of the display size that should remain empty around the\ncontent (e.g.&nbsp;0.1).",
2421724221
"Bounds for smallest possible scale to apply to content",
2421824222
"Bounds for largest possible scale to apply to content",
2421924223
"Vertical centering of slides",
@@ -25146,17 +25150,7 @@ var require_yaml_intelligence_resources = __commonJS({
2514625150
"Disambiguating year suffix in author-date styles (e.g.&nbsp;\u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
2514725151
"Manuscript configuration",
2514825152
"internal-schema-hack",
25149-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
25150-
{
25151-
short: "Page margins for Typst output.",
25152-
long: "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g.&nbsp;<code>1.5in</code>, <code>2cm</code>)."
25153-
},
25154-
"Horizontal margin (e.g.&nbsp;1.5in)",
25155-
"Vertical margin (e.g.&nbsp;1.5in)",
25156-
"Top margin (e.g.&nbsp;1.5in)",
25157-
"Bottom margin (e.g.&nbsp;1.5in)",
25158-
"Left margin (e.g.&nbsp;1.5in)",
25159-
"Right margin (e.g.&nbsp;1.5in)"
25153+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
2516025154
],
2516125155
"schema/external-schemas.yml": [
2516225156
{
@@ -25386,12 +25380,12 @@ var require_yaml_intelligence_resources = __commonJS({
2538625380
mermaid: "%%"
2538725381
},
2538825382
"handlers/mermaid/schema.yml": {
25389-
_internalId: 222771,
25383+
_internalId: 222532,
2539025384
type: "object",
2539125385
description: "be an object",
2539225386
properties: {
2539325387
"mermaid-format": {
25394-
_internalId: 222763,
25388+
_internalId: 222524,
2539525389
type: "enum",
2539625390
enum: [
2539725391
"png",
@@ -25407,7 +25401,7 @@ var require_yaml_intelligence_resources = __commonJS({
2540725401
exhaustiveCompletions: true
2540825402
},
2540925403
theme: {
25410-
_internalId: 222770,
25404+
_internalId: 222531,
2541125405
type: "anyOf",
2541225406
anyOf: [
2541325407
{
@@ -25541,7 +25535,7 @@ var require_yaml_intelligence_resources = __commonJS({
2554125535
},
2554225536
description: {
2554325537
short: "Visual style for theorem environments in Typst output.",
25544-
long: "Controls how theorems, lemmas, definitions, etc. are rendered:\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
25538+
long: "Controls how theorems, lemmas, definitions, etc. are rendered:\n\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
2554525539
}
2554625540
}
2554725541
],

src/resources/editor/tools/yaml/all-schema-definitions.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 16 additions & 22 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: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16846,6 +16846,16 @@
1684616846
"short": "Sets the bottom margin of the document.",
1684716847
"long": "For HTML output, sets the <code>margin-bottom</code> property on the\nBody element.\nFor LaTeX output, sets the bottom margin if <code>geometry</code> is\nnot used (otherwise <code>geometry</code> overrides this value)\nFor ConTeXt output, sets the bottom margin if <code>layout</code> is\nnot used, otherwise <code>layout</code> overrides these.\nFor <code>wkhtmltopdf</code> sets the bottom page margin."
1684816848
},
16849+
{
16850+
"short": "Page margins for Typst output.",
16851+
"long": "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g.&nbsp;<code>1.5in</code>, <code>2cm</code>)."
16852+
},
16853+
"Horizontal margin (e.g.&nbsp;1.5in)",
16854+
"Vertical margin (e.g.&nbsp;1.5in)",
16855+
"Top margin (e.g.&nbsp;1.5in)",
16856+
"Bottom margin (e.g.&nbsp;1.5in)",
16857+
"Left margin (e.g.&nbsp;1.5in)",
16858+
"Right margin (e.g.&nbsp;1.5in)",
1684916859
{
1685016860
"short": "Options for the geometry package.",
1685116861
"long": "Options for the <a href=\"https://ctan.org/pkg/geometry\">geometry</a>\npackage. For example:"
@@ -17179,13 +17189,7 @@
1717917189
"short": "The ‘normal’ height of the presentation",
1718017190
"long": "The “normal” height of the presentation, aspect ratio will be\npreserved when the presentation is scaled to fit different resolutions.\nCan be specified using percentage units."
1718117191
},
17182-
"For <code>revealjs</code>, the factor of the display size that should\nremain empty around the content (e.g.&nbsp;0.1).\nFor <code>typst</code>, a dictionary with the fields defined in the\nTypst documentation: <code>x</code>, <code>y</code>, <code>top</code>,\n<code>bottom</code>, <code>left</code>, <code>right</code> (margins are\nspecified in <code>cm</code> units, e.g.&nbsp;<code>5cm</code>).",
17183-
"Horizontal margin (e.g.&nbsp;5cm)",
17184-
"Vertical margin (e.g.&nbsp;5cm)",
17185-
"Top margin (e.g.&nbsp;5cm)",
17186-
"Bottom margin (e.g.&nbsp;5cm)",
17187-
"Left margin (e.g.&nbsp;5cm)",
17188-
"Right margin (e.g.&nbsp;5cm)",
17192+
"Factor of the display size that should remain empty around the\ncontent (e.g.&nbsp;0.1).",
1718917193
"Bounds for smallest possible scale to apply to content",
1719017194
"Bounds for largest possible scale to apply to content",
1719117195
"Vertical centering of slides",
@@ -18118,17 +18122,7 @@
1811818122
"Disambiguating year suffix in author-date styles (e.g.&nbsp;“a” in “Doe,\n1999a”).",
1811918123
"Manuscript configuration",
1812018124
"internal-schema-hack",
18121-
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
18122-
{
18123-
"short": "Page margins for Typst output.",
18124-
"long": "A dictionary specifying page margins. Use <code>x</code> and\n<code>y</code> for symmetric horizontal/vertical margins, or\n<code>top</code>, <code>bottom</code>, <code>left</code>,\n<code>right</code> for individual sides. Values should include units\n(e.g.&nbsp;<code>1.5in</code>, <code>2cm</code>)."
18125-
},
18126-
"Horizontal margin (e.g.&nbsp;1.5in)",
18127-
"Vertical margin (e.g.&nbsp;1.5in)",
18128-
"Top margin (e.g.&nbsp;1.5in)",
18129-
"Bottom margin (e.g.&nbsp;1.5in)",
18130-
"Left margin (e.g.&nbsp;1.5in)",
18131-
"Right margin (e.g.&nbsp;1.5in)"
18125+
"List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
1813218126
],
1813318127
"schema/external-schemas.yml": [
1813418128
{
@@ -18358,12 +18352,12 @@
1835818352
"mermaid": "%%"
1835918353
},
1836018354
"handlers/mermaid/schema.yml": {
18361-
"_internalId": 222771,
18355+
"_internalId": 222532,
1836218356
"type": "object",
1836318357
"description": "be an object",
1836418358
"properties": {
1836518359
"mermaid-format": {
18366-
"_internalId": 222763,
18360+
"_internalId": 222524,
1836718361
"type": "enum",
1836818362
"enum": [
1836918363
"png",
@@ -18379,7 +18373,7 @@
1837918373
"exhaustiveCompletions": true
1838018374
},
1838118375
"theme": {
18382-
"_internalId": 222770,
18376+
"_internalId": 222531,
1838318377
"type": "anyOf",
1838418378
"anyOf": [
1838518379
{
@@ -18513,7 +18507,7 @@
1851318507
},
1851418508
"description": {
1851518509
"short": "Visual style for theorem environments in Typst output.",
18516-
"long": "Controls how theorems, lemmas, definitions, etc. are rendered:\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
18510+
"long": "Controls how theorems, lemmas, definitions, etc. are rendered:\n\n- `simple`: Plain text with bold title and italic body (default)\n- `fancy`: Colored boxes using brand colors\n- `clouds`: Rounded colored background boxes\n- `rainbow`: Colored left border with colored title\n"
1851718511
}
1851818512
}
1851918513
],

src/resources/schema/document-typst.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
short: "Visual style for theorem environments in Typst output."
4040
long: |
4141
Controls how theorems, lemmas, definitions, etc. are rendered:
42+
4243
- `simple`: Plain text with bold title and italic body (default)
4344
- `fancy`: Colored boxes using brand colors
4445
- `clouds`: Rounded colored background boxes

0 commit comments

Comments
 (0)