You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(cherry picked from commit bb0578d)
with new quarto dev-call build-artifacts for 1.8
# Conflicts:
# src/resources/editor/tools/vs-code.mjs
# src/resources/editor/tools/yaml/all-schema-definitions.json
# src/resources/editor/tools/yaml/web-worker.js
# src/resources/editor/tools/yaml/yaml-intelligence-resources.json
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19270,7 +19270,7 @@ var require_yaml_intelligence_resources = __commonJS({
19270
19270
properties: {
19271
19271
url: {
19272
19272
string: {
19273
-
default: "https://reveal-multiplex.glitch.me/",
19273
+
default: "https://multiplex.up.railway.app/",
19274
19274
description: "Multiplex token server (defaults to Reveal-hosted server)\n"
19275
19275
}
19276
19276
},
@@ -21908,7 +21908,7 @@ var require_yaml_intelligence_resources = __commonJS({
21908
21908
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
21909
21909
{
21910
21910
short: "The date format to use when displaying dates (e.g. d-M-yyy).",
21911
-
long: 'The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href="https://deno.land/std@0.125.0/datetime">here</a>.'
21911
+
long: 'The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href="https://quarto.org/docs/reference/dates.html">here</a>.'
21912
21912
},
21913
21913
{
21914
21914
short: "The maximum length (in characters) of the description displayed in\nthe listing.",
@@ -24927,12 +24927,12 @@ var require_yaml_intelligence_resources = __commonJS({
24927
24927
mermaid: "%%"
24928
24928
},
24929
24929
"handlers/mermaid/schema.yml": {
24930
-
_internalId: 197539,
24930
+
_internalId: 197474,
24931
24931
type: "object",
24932
24932
description: "be an object",
24933
24933
properties: {
24934
24934
"mermaid-format": {
24935
-
_internalId: 197531,
24935
+
_internalId: 197466,
24936
24936
type: "enum",
24937
24937
enum: [
24938
24938
"png",
@@ -24948,7 +24948,7 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12242,7 +12242,7 @@
12242
12242
"properties": {
12243
12243
"url": {
12244
12244
"string": {
12245
-
"default": "https://reveal-multiplex.glitch.me/",
12245
+
"default": "https://multiplex.up.railway.app/",
12246
12246
"description": "Multiplex token server (defaults to Reveal-hosted server)\n"
12247
12247
}
12248
12248
},
@@ -14880,7 +14880,7 @@
14880
14880
"The path to an XML stylesheet (XSL file) used to style the RSS\nfeed.",
14881
14881
{
14882
14882
"short": "The date format to use when displaying dates (e.g. d-M-yyy).",
14883
-
"long": "The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href=\"https://deno.land/std@0.125.0/datetime\">here</a>."
14883
+
"long": "The date format to use when displaying dates (e.g. d-M-yyy). Learn\nmore about supported date formatting values <a href=\"https://quarto.org/docs/reference/dates.html\">here</a>."
14884
14884
},
14885
14885
{
14886
14886
"short": "The maximum length (in characters) of the description displayed in\nthe listing.",
0 commit comments