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
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8334,6 +8334,11 @@ var require_yaml_intelligence_resources = __commonJS({
8334
8334
string: {
8335
8335
description: "Alias for href\n"
8336
8336
}
8337
+
},
8338
+
rel: {
8339
+
string: {
8340
+
description: "Value for rel attribute. Multiple space-separated values are permitted.\nSee <https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel>\nfor a details.\n"
8341
+
}
8337
8342
}
8338
8343
}
8339
8344
}
@@ -17474,6 +17479,7 @@ var require_yaml_intelligence_resources = __commonJS({
17474
17479
},
17475
17480
"Text to display for item (defaults to the document title if not\nprovided)",
17476
17481
"Alias for href",
17482
+
'Value for rel attribute. Multiple space-separated values are\npermitted. See <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel" class="uri">https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel</a>\nfor a details.',
17477
17483
"The Github repo that will be used to store comments.",
17478
17484
"The label that will be assigned to issues created by Utterances.",
17479
17485
{
@@ -19019,7 +19025,7 @@ var require_yaml_intelligence_resources = __commonJS({
19019
19025
long: "Embed math libraries (e.g. MathJax) within\n<code>self-contained</code> output. Note that math libraries are not\nembedded by default because they are quite large and often time\nconsuming to download."
19020
19026
},
19021
19027
"Specify executables or Lua scripts to be used as a filter\ntransforming the pandoc AST after the input is parsed and before the\noutput is written.",
19022
-
"Speicfy Lua scripts that implement shortcode handlers",
19028
+
"Specify Lua scripts that implement shortcode handlers",
19023
19029
"Keep the markdown file generated by executing code",
19024
19030
"Keep the notebook file generated from executing code.",
19025
19031
"Filters to pre-process ipynb files before rendering to markdown",
@@ -20067,12 +20073,12 @@ var require_yaml_intelligence_resources = __commonJS({
Copy file name to clipboardExpand all lines: src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1310,6 +1310,11 @@
1310
1310
"string": {
1311
1311
"description": "Alias for href\n"
1312
1312
}
1313
+
},
1314
+
"rel": {
1315
+
"string": {
1316
+
"description": "Value for rel attribute. Multiple space-separated values are permitted.\nSee <https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel>\nfor a details.\n"
1317
+
}
1313
1318
}
1314
1319
}
1315
1320
}
@@ -10450,6 +10455,7 @@
10450
10455
},
10451
10456
"Text to display for item (defaults to the document title if not\nprovided)",
10452
10457
"Alias for href",
10458
+
"Value for rel attribute. Multiple space-separated values are\npermitted. See <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel\" class=\"uri\">https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel</a>\nfor a details.",
10453
10459
"The Github repo that will be used to store comments.",
10454
10460
"The label that will be assigned to issues created by Utterances.",
10455
10461
{
@@ -11995,7 +12001,7 @@
11995
12001
"long": "Embed math libraries (e.g. MathJax) within\n<code>self-contained</code> output. Note that math libraries are not\nembedded by default because they are quite large and often time\nconsuming to download."
11996
12002
},
11997
12003
"Specify executables or Lua scripts to be used as a filter\ntransforming the pandoc AST after the input is parsed and before the\noutput is written.",
11998
-
"Speicfy Lua scripts that implement shortcode handlers",
12004
+
"Specify Lua scripts that implement shortcode handlers",
11999
12005
"Keep the markdown file generated by executing code",
12000
12006
"Keep the notebook file generated from executing code.",
12001
12007
"Filters to pre-process ipynb files before rendering to markdown",
0 commit comments