Skip to content

Commit a66cc70

Browse files
committed
Drop "
1 parent 7472a46 commit a66cc70

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17230,8 +17230,8 @@ var require_yaml_intelligence_resources = __commonJS({
1723017230
]
1723117231
},
1723217232
description: {
17233-
short: 'Schema to use for numbering pages, e.g. `"1"` or `"i"`, or an empty string, \n`""`, to omit page numbering.\n',
17234-
long: 'Schema to use for numbering pages, e.g. `"1"` or `"i"`, or an empty string, \n`""`, to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n'
17233+
short: 'Schema to use for numbering pages, e.g. `1` or `i`, or an empty string, \n`""`, to omit page numbering.\n',
17234+
long: 'Schema to use for numbering pages, e.g. `1` or `i`, or an empty string, \n`""`, to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n'
1723517235
}
1723617236
},
1723717237
{
@@ -24950,12 +24950,12 @@ var require_yaml_intelligence_resources = __commonJS({
2495024950
mermaid: "%%"
2495124951
},
2495224952
"handlers/mermaid/schema.yml": {
24953-
_internalId: 197907,
24953+
_internalId: 197619,
2495424954
type: "object",
2495524955
description: "be an object",
2495624956
properties: {
2495724957
"mermaid-format": {
24958-
_internalId: 197899,
24958+
_internalId: 197611,
2495924959
type: "enum",
2496024960
enum: [
2496124961
"png",
@@ -24971,7 +24971,7 @@ var require_yaml_intelligence_resources = __commonJS({
2497124971
exhaustiveCompletions: true
2497224972
},
2497324973
theme: {
24974-
_internalId: 197906,
24974+
_internalId: 197618,
2497524975
type: "anyOf",
2497624976
anyOf: [
2497724977
{

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 & 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10202,8 +10202,8 @@
1020210202
]
1020310203
},
1020410204
"description": {
10205-
"short": "Schema to use for numbering pages, e.g. `\"1\"` or `\"i\"`, or an empty string, \n`\"\"`, to omit page numbering.\n",
10206-
"long": "Schema to use for numbering pages, e.g. `\"1\"` or `\"i\"`, or an empty string, \n`\"\"`, to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
10205+
"short": "Schema to use for numbering pages, e.g. `1` or `i`, or an empty string, \n`\"\"`, to omit page numbering.\n",
10206+
"long": "Schema to use for numbering pages, e.g. `1` or `i`, or an empty string, \n`\"\"`, to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
1020710207
}
1020810208
},
1020910209
{
@@ -17922,12 +17922,12 @@
1792217922
"mermaid": "%%"
1792317923
},
1792417924
"handlers/mermaid/schema.yml": {
17925-
"_internalId": 197907,
17925+
"_internalId": 197619,
1792617926
"type": "object",
1792717927
"description": "be an object",
1792817928
"properties": {
1792917929
"mermaid-format": {
17930-
"_internalId": 197899,
17930+
"_internalId": 197611,
1793117931
"type": "enum",
1793217932
"enum": [
1793317933
"png",
@@ -17943,7 +17943,7 @@
1794317943
"exhaustiveCompletions": true
1794417944
},
1794517945
"theme": {
17946-
"_internalId": 197906,
17946+
"_internalId": 197618,
1794717947
"type": "anyOf",
1794817948
"anyOf": [
1794917949
{

src/resources/schema/document-numbering.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
formats: [typst]
7979
description:
8080
short: |
81-
Schema to use for numbering pages, e.g. `"1"` or `"i"`, or an empty string,
81+
Schema to use for numbering pages, e.g. `1` or `i`, or an empty string,
8282
`""`, to omit page numbering.
8383
long: |
84-
Schema to use for numbering pages, e.g. `"1"` or `"i"`, or an empty string,
84+
Schema to use for numbering pages, e.g. `1` or `i`, or an empty string,
8585
`""`, to omit page numbering.
8686
8787
See [Typst Numbering](https://typst.app/docs/reference/model/numbering/)

0 commit comments

Comments
 (0)