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
Copy file name to clipboardExpand all lines: src/resources/editor/tools/vs-code.mjs
+29-14Lines changed: 29 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -16059,7 +16059,7 @@ var require_yaml_intelligence_resources = __commonJS({
16059
16059
schema: "string",
16060
16060
description: {
16061
16061
short: "A regular expression that can be used to determine whether a link is an internal link.",
16062
-
long: "A regular expression that can be used to determine whether a link is an internal link. For example, \nthe following will treat links that start with http://www.quarto.org as internal links (and others\nwill be considered external):\n\n```\n^(?:http:|https:)\\/\\/www\\.quarto\\.org\\/custom\n```\n"
16062
+
long: "A regular expression that can be used to determine whether a link is an internal link. For example, \nthe following will treat links that start with `http://www.quarto.org/custom` or `https://www.quarto.org/custom`\nas internal links (and others will be considered external):\n\n```\n^(?:http:|https:)\\/\\/www\\.quarto\\.org\\/custom\n```\n"
16063
16063
}
16064
16064
},
16065
16065
{
@@ -21651,7 +21651,7 @@ var require_yaml_intelligence_resources = __commonJS({
21651
21651
"Short/abbreviated form of container-title;",
21652
21652
"A minor contributor to the item; typically cited using \u201Cwith\u201D before\nthe name when listed in a bibliography.",
21653
21653
"Curator of an exhibit or collection (e.g. in a museum).",
21654
-
"Physical (e.g. size) or temporal (e.g.\uFFFD\uFFFDrunning time) dimensions of\nthe item.",
21654
+
"Physical (e.g. size) or temporal (e.g. running time) dimensions of\nthe item.",
21655
21655
"Director (e.g. of a film).",
21656
21656
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
21657
21657
"(Container) edition holding the item (e.g. \u201C3\u201D when citing a chapter\nin the third edition of a book).",
@@ -24817,8 +24817,8 @@ function mappedIndexToLineCol(eitherText) {
24817
24817
};
24818
24818
}
24819
24819
function mappedLines(str2, keepNewLines = false) {
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9031,7 +9031,7 @@
9031
9031
"schema": "string",
9032
9032
"description": {
9033
9033
"short": "A regular expression that can be used to determine whether a link is an internal link.",
9034
-
"long": "A regular expression that can be used to determine whether a link is an internal link. For example, \nthe following will treat links that start with http://www.quarto.org as internal links (and others\nwill be considered external):\n\n```\n^(?:http:|https:)\\/\\/www\\.quarto\\.org\\/custom\n```\n"
9034
+
"long": "A regular expression that can be used to determine whether a link is an internal link. For example, \nthe following will treat links that start with `http://www.quarto.org/custom` or `https://www.quarto.org/custom`\nas internal links (and others will be considered external):\n\n```\n^(?:http:|https:)\\/\\/www\\.quarto\\.org\\/custom\n```\n"
9035
9035
}
9036
9036
},
9037
9037
{
@@ -14623,7 +14623,7 @@
14623
14623
"Short/abbreviated form of container-title;",
14624
14624
"A minor contributor to the item; typically cited using “with” before\nthe name when listed in a bibliography.",
14625
14625
"Curator of an exhibit or collection (e.g. in a museum).",
14626
-
"Physical (e.g. size) or temporal (e.g.��running time) dimensions of\nthe item.",
14626
+
"Physical (e.g. size) or temporal (e.g. running time) dimensions of\nthe item.",
14627
14627
"Director (e.g. of a film).",
14628
14628
"Minor subdivision of a court with a <code>jurisdiction</code> for a\nlegal item",
14629
14629
"(Container) edition holding the item (e.g. “3” when citing a chapter\nin the third edition of a book).",
0 commit comments