Skip to content

Commit c36679a

Browse files
cwickhamgordonwoodhull
authored andcommitted
Rebuild artifacts
1 parent fa27bc9 commit c36679a

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23871,8 +23871,8 @@ var require_yaml_intelligence_resources = __commonJS({
2387123871
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."
2387223872
},
2387323873
{
23874-
short: "Page margins for Typst output.",
23875-
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>)."
23874+
short: "Margin settings for Reveal.js or Typst output.",
23875+
long: "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 specifying page margins. Use\n<code>x</code> and <code>y</code> for symmetric horizontal/vertical\nmargins, or <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>)."
2387623876
},
2387723877
"Horizontal margin (e.g.&nbsp;1.5in)",
2387823878
"Vertical margin (e.g.&nbsp;1.5in)",
@@ -24213,7 +24213,6 @@ var require_yaml_intelligence_resources = __commonJS({
2421324213
short: "The \u2018normal\u2019 height of the presentation",
2421424214
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."
2421524215
},
24216-
"Factor of the display size that should remain empty around the\ncontent (e.g.&nbsp;0.1).",
2421724216
"Bounds for smallest possible scale to apply to content",
2421824217
"Bounds for largest possible scale to apply to content",
2421924218
"Vertical centering of slides",
@@ -25376,12 +25375,12 @@ var require_yaml_intelligence_resources = __commonJS({
2537625375
mermaid: "%%"
2537725376
},
2537825377
"handlers/mermaid/schema.yml": {
25379-
_internalId: 222535,
25378+
_internalId: 222774,
2538025379
type: "object",
2538125380
description: "be an object",
2538225381
properties: {
2538325382
"mermaid-format": {
25384-
_internalId: 222527,
25383+
_internalId: 222766,
2538525384
type: "enum",
2538625385
enum: [
2538725386
"png",
@@ -25397,7 +25396,7 @@ var require_yaml_intelligence_resources = __commonJS({
2539725396
exhaustiveCompletions: true
2539825397
},
2539925398
theme: {
25400-
_internalId: 222534,
25399+
_internalId: 222773,
2540125400
type: "anyOf",
2540225401
anyOf: [
2540325402
{

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: 5 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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16843,8 +16843,8 @@
1684316843
"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."
1684416844
},
1684516845
{
16846-
"short": "Page margins for Typst output.",
16847-
"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>)."
16846+
"short": "Margin settings for Reveal.js or Typst output.",
16847+
"long": "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 specifying page margins. Use\n<code>x</code> and <code>y</code> for symmetric horizontal/vertical\nmargins, or <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>)."
1684816848
},
1684916849
"Horizontal margin (e.g.&nbsp;1.5in)",
1685016850
"Vertical margin (e.g.&nbsp;1.5in)",
@@ -17185,7 +17185,6 @@
1718517185
"short": "The ‘normal’ height of the presentation",
1718617186
"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."
1718717187
},
17188-
"Factor of the display size that should remain empty around the\ncontent (e.g.&nbsp;0.1).",
1718917188
"Bounds for smallest possible scale to apply to content",
1719017189
"Bounds for largest possible scale to apply to content",
1719117190
"Vertical centering of slides",
@@ -18348,12 +18347,12 @@
1834818347
"mermaid": "%%"
1834918348
},
1835018349
"handlers/mermaid/schema.yml": {
18351-
"_internalId": 222535,
18350+
"_internalId": 222774,
1835218351
"type": "object",
1835318352
"description": "be an object",
1835418353
"properties": {
1835518354
"mermaid-format": {
18356-
"_internalId": 222527,
18355+
"_internalId": 222766,
1835718356
"type": "enum",
1835818357
"enum": [
1835918358
"png",
@@ -18369,7 +18368,7 @@
1836918368
"exhaustiveCompletions": true
1837018369
},
1837118370
"theme": {
18372-
"_internalId": 222534,
18371+
"_internalId": 222773,
1837318372
"type": "anyOf",
1837418373
"anyOf": [
1837518374
{

0 commit comments

Comments
 (0)