Skip to content

Commit 91f2411

Browse files
committed
Remove keep-yaml from reference doc as no more used
As discussed in #4210, `keep-yaml` as a user option was removed in a7f26f0 since v1.2.160
1 parent 6f4e15c commit 91f2411

File tree

4 files changed

+21
-61
lines changed

4 files changed

+21
-61
lines changed

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

+7-18
Original file line numberDiff line numberDiff line change
@@ -16247,17 +16247,6 @@ var require_yaml_intelligence_resources = __commonJS({
1624716247
default: "atx",
1624816248
description: "Specify whether to use `atx` (`#`-prefixed) or\n`setext` (underlined) headings for level 1 and 2\nheadings (`atx` or `setext`).\n"
1624916249
},
16250-
{
16251-
name: "keep-yaml",
16252-
tags: {
16253-
formats: [
16254-
"$markdown-all"
16255-
]
16256-
},
16257-
schema: "boolean",
16258-
default: false,
16259-
description: "Preserve the original YAML front matter in rendered markdown"
16260-
},
1626116250
{
1626216251
name: "ipynb-output",
1626316252
tags: {
@@ -19812,7 +19801,7 @@ var require_yaml_intelligence_resources = __commonJS({
1981219801
"A list of input documents that should be treated as drafts",
1981319802
{
1981419803
short: "How to handle drafts that are encountered.",
19815-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
19804+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
1981619805
},
1981719806
"Book title",
1981819807
"Description metadata for HTML version of book",
@@ -19958,7 +19947,7 @@ var require_yaml_intelligence_resources = __commonJS({
1995819947
"A list of input documents that should be treated as drafts",
1995919948
{
1996019949
short: "How to handle drafts that are encountered.",
19961-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
19950+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
1996219951
},
1996319952
"Book subtitle",
1996419953
"Author or authors of the book",
@@ -22153,7 +22142,7 @@ var require_yaml_intelligence_resources = __commonJS({
2215322142
"A list of input documents that should be treated as drafts",
2215422143
{
2215522144
short: "How to handle drafts that are encountered.",
22156-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
22145+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
2215722146
},
2215822147
"Book subtitle",
2215922148
"Author or authors of the book",
@@ -22483,7 +22472,7 @@ var require_yaml_intelligence_resources = __commonJS({
2248322472
"A list of input documents that should be treated as drafts",
2248422473
{
2248522474
short: "How to handle drafts that are encountered.",
22486-
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
22475+
long: "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
2248722476
},
2248822477
"Book subtitle",
2248922478
"Author or authors of the book",
@@ -22880,12 +22869,12 @@ var require_yaml_intelligence_resources = __commonJS({
2288022869
mermaid: "%%"
2288122870
},
2288222871
"handlers/mermaid/schema.yml": {
22883-
_internalId: 182026,
22872+
_internalId: 182024,
2288422873
type: "object",
2288522874
description: "be an object",
2288622875
properties: {
2288722876
"mermaid-format": {
22888-
_internalId: 182018,
22877+
_internalId: 182016,
2288922878
type: "enum",
2289022879
enum: [
2289122880
"png",
@@ -22901,7 +22890,7 @@ var require_yaml_intelligence_resources = __commonJS({
2290122890
exhaustiveCompletions: true
2290222891
},
2290322892
theme: {
22904-
_internalId: 182025,
22893+
_internalId: 182023,
2290522894
type: "anyOf",
2290622895
anyOf: [
2290722896
{

src/resources/editor/tools/yaml/web-worker.js

+7-18
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

+7-18
Original file line numberDiff line numberDiff line change
@@ -9219,17 +9219,6 @@
92199219
"default": "atx",
92209220
"description": "Specify whether to use `atx` (`#`-prefixed) or\n`setext` (underlined) headings for level 1 and 2\nheadings (`atx` or `setext`).\n"
92219221
},
9222-
{
9223-
"name": "keep-yaml",
9224-
"tags": {
9225-
"formats": [
9226-
"$markdown-all"
9227-
]
9228-
},
9229-
"schema": "boolean",
9230-
"default": false,
9231-
"description": "Preserve the original YAML front matter in rendered markdown"
9232-
},
92339222
{
92349223
"name": "ipynb-output",
92359224
"tags": {
@@ -12784,7 +12773,7 @@
1278412773
"A list of input documents that should be treated as drafts",
1278512774
{
1278612775
"short": "How to handle drafts that are encountered.",
12787-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
12776+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
1278812777
},
1278912778
"Book title",
1279012779
"Description metadata for HTML version of book",
@@ -12930,7 +12919,7 @@
1293012919
"A list of input documents that should be treated as drafts",
1293112920
{
1293212921
"short": "How to handle drafts that are encountered.",
12933-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
12922+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
1293412923
},
1293512924
"Book subtitle",
1293612925
"Author or authors of the book",
@@ -15125,7 +15114,7 @@
1512515114
"A list of input documents that should be treated as drafts",
1512615115
{
1512715116
"short": "How to handle drafts that are encountered.",
15128-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
15117+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
1512915118
},
1513015119
"Book subtitle",
1513115120
"Author or authors of the book",
@@ -15455,7 +15444,7 @@
1545515444
"A list of input documents that should be treated as drafts",
1545615445
{
1545715446
"short": "How to handle drafts that are encountered.",
15458-
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to."
15447+
"long": "How to handle drafts that are encountered.\n<code>visible</code> - the draft will visible and fully available\n<code>unlinked</code> - the draft will be rendered, but will not appear\nin navigation, search, or listings. <code>gone</code> - the draft will\nhave no content and will not be linked to (default)."
1545915448
},
1546015449
"Book subtitle",
1546115450
"Author or authors of the book",
@@ -15852,12 +15841,12 @@
1585215841
"mermaid": "%%"
1585315842
},
1585415843
"handlers/mermaid/schema.yml": {
15855-
"_internalId": 182026,
15844+
"_internalId": 182024,
1585615845
"type": "object",
1585715846
"description": "be an object",
1585815847
"properties": {
1585915848
"mermaid-format": {
15860-
"_internalId": 182018,
15849+
"_internalId": 182016,
1586115850
"type": "enum",
1586215851
"enum": [
1586315852
"png",
@@ -15873,7 +15862,7 @@
1587315862
"exhaustiveCompletions": true
1587415863
},
1587515864
"theme": {
15876-
"_internalId": 182025,
15865+
"_internalId": 182023,
1587715866
"type": "anyOf",
1587815867
"anyOf": [
1587915868
{

src/resources/schema/document-options.yml

-7
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,6 @@
285285
`setext` (underlined) headings for level 1 and 2
286286
headings (`atx` or `setext`).
287287
288-
- name: keep-yaml
289-
tags:
290-
formats: [$markdown-all]
291-
schema: boolean
292-
default: false
293-
description: "Preserve the original YAML front matter in rendered markdown"
294-
295288
- name: ipynb-output
296289
tags:
297290
formats: [ipynb]

0 commit comments

Comments
 (0)