Skip to content

Commit bfc503c

Browse files
committed
Rebuild artifacts
1 parent a66cc70 commit bfc503c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23597,8 +23597,8 @@ var require_yaml_intelligence_resources = __commonJS({
2359723597
long: "Shift heading levels by a positive or negative integer. For example,\nwith <code>shift-heading-level-by: -1</code>, level 2 headings become\nlevel 1 headings, and level 3 headings become level 2 headings. Headings\ncannot have a level less than 1, so a heading that would be shifted\nbelow level 1 becomes a regular paragraph. Exception: with a shift of\n-N, a level-N heading at the beginning of the document replaces the\nmetadata title."
2359823598
},
2359923599
{
23600-
short: 'Schema to use for numbering pages, e.g.&nbsp;<code>"1"</code> or\n<code>"i"</code>, or an empty string, <code>""</code>, to omit page\nnumbering.',
23601-
long: 'Schema to use for numbering pages, e.g.&nbsp;<code>"1"</code> or\n<code>"i"</code>, or an empty string, <code>""</code>, to omit page\nnumbering.\nSee <a href="https://typst.app/docs/reference/model/numbering/">Typst\nNumbering</a> for additional information.'
23600+
short: 'Schema to use for numbering pages, e.g.&nbsp;<code>1</code> or\n<code>i</code>, or an empty string, <code>""</code>, to omit page\nnumbering.',
23601+
long: 'Schema to use for numbering pages, e.g.&nbsp;<code>1</code> or\n<code>i</code>, or an empty string, <code>""</code>, to omit page\nnumbering.\nSee <a href="https://typst.app/docs/reference/model/numbering/">Typst\nNumbering</a> for additional information.'
2360223602
},
2360323603
{
2360423604
short: "Sets the page numbering style and location for the document.",

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: 2 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16569,8 +16569,8 @@
1656916569
"long": "Shift heading levels by a positive or negative integer. For example,\nwith <code>shift-heading-level-by: -1</code>, level 2 headings become\nlevel 1 headings, and level 3 headings become level 2 headings. Headings\ncannot have a level less than 1, so a heading that would be shifted\nbelow level 1 becomes a regular paragraph. Exception: with a shift of\n-N, a level-N heading at the beginning of the document replaces the\nmetadata title."
1657016570
},
1657116571
{
16572-
"short": "Schema to use for numbering pages, e.g.&nbsp;<code>\"1\"</code> or\n<code>\"i\"</code>, or an empty string, <code>\"\"</code>, to omit page\nnumbering.",
16573-
"long": "Schema to use for numbering pages, e.g.&nbsp;<code>\"1\"</code> or\n<code>\"i\"</code>, or an empty string, <code>\"\"</code>, to omit page\nnumbering.\nSee <a href=\"https://typst.app/docs/reference/model/numbering/\">Typst\nNumbering</a> for additional information."
16572+
"short": "Schema to use for numbering pages, e.g.&nbsp;<code>1</code> or\n<code>i</code>, or an empty string, <code>\"\"</code>, to omit page\nnumbering.",
16573+
"long": "Schema to use for numbering pages, e.g.&nbsp;<code>1</code> or\n<code>i</code>, or an empty string, <code>\"\"</code>, to omit page\nnumbering.\nSee <a href=\"https://typst.app/docs/reference/model/numbering/\">Typst\nNumbering</a> for additional information."
1657416574
},
1657516575
{
1657616576
"short": "Sets the page numbering style and location for the document.",

0 commit comments

Comments
 (0)