Skip to content

Commit

Permalink
Fix typo in doc for output-location
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Aug 30, 2023
1 parent 4bbbcd0 commit 13f89b1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions src/resources/editor/tools/vs-code.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8048,7 +8048,7 @@ var require_yaml_intelligence_resources = __commonJS({
},
description: {
short: "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- `column`: In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
}
},
{
Expand Down Expand Up @@ -16082,7 +16082,7 @@ var require_yaml_intelligence_resources = __commonJS({
},
description: {
short: "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
long: "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- `column`: In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
}
}
],
Expand Down Expand Up @@ -18631,6 +18631,7 @@ var require_yaml_intelligence_resources = __commonJS({
],
"pandoc/formats.yml": [
"asciidoc",
"asciidoc_legacy",
"asciidoctor",
"beamer",
"biblatex",
Expand Down Expand Up @@ -21620,8 +21621,7 @@ var require_yaml_intelligence_resources = __commonJS({
},
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
"Manuscript configuration",
"internal-schema-hack",
"Directory containing reveal.js files."
"internal-schema-hack"
],
"schema/external-schemas.yml": [
{
Expand Down
8 changes: 4 additions & 4 deletions src/resources/editor/tools/yaml/web-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
},
"description": {
"short": "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- `column`: In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
}
},
{
Expand Down Expand Up @@ -9054,7 +9054,7 @@
},
"description": {
"short": "Location of output relative to the code that generated it (`default`, `fragment`, `slide`, `column`, or `column-location`)",
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- 'column': In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
"long": "Location of output relative to the code that generated it. The possible values are as follows:\n\n- `default`: Normal flow of the slide after the code\n- `fragment`: In a fragment (not visible until you advance)\n- `slide`: On a new slide after the curent one\n- `column`: In an adjacent column \n- `column-fragment`: In an adjacent column (not visible until you advance)\n\nNote that this option is supported only for the `revealjs` format.\n"
}
}
],
Expand Down Expand Up @@ -11603,6 +11603,7 @@
],
"pandoc/formats.yml": [
"asciidoc",
"asciidoc_legacy",
"asciidoctor",
"beamer",
"biblatex",
Expand Down Expand Up @@ -14592,8 +14593,7 @@
},
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
"Manuscript configuration",
"internal-schema-hack",
"Directory containing reveal.js files."
"internal-schema-hack"
],
"schema/external-schemas.yml": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/resources/schema/cell-textoutput.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
- `default`: Normal flow of the slide after the code
- `fragment`: In a fragment (not visible until you advance)
- `slide`: On a new slide after the curent one
- 'column': In an adjacent column
- `column`: In an adjacent column
- `column-fragment`: In an adjacent column (not visible until you advance)
Note that this option is supported only for the `revealjs` format.
Expand Down
2 changes: 1 addition & 1 deletion src/resources/schema/document-reveal-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- `default`: Normal flow of the slide after the code
- `fragment`: In a fragment (not visible until you advance)
- `slide`: On a new slide after the curent one
- 'column': In an adjacent column
- `column`: In an adjacent column
- `column-fragment`: In an adjacent column (not visible until you advance)
Note that this option is supported only for the `revealjs` format.

0 comments on commit 13f89b1

Please sign in to comment.