From bff755dcab05b68288caa5986db5431060fc7e8a Mon Sep 17 00:00:00 2001 From: Jeremie Knuesel Date: Thu, 5 Oct 2023 09:35:18 +0200 Subject: [PATCH 1/2] Fix various typos --- docs/authoring/language.qmd | 2 +- docs/output-formats/html-basics.qmd | 2 +- docs/visual-editor/vscode/index.qmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/authoring/language.qmd b/docs/authoring/language.qmd index bcf6ca5bc..0285f9ab2 100644 --- a/docs/authoring/language.qmd +++ b/docs/authoring/language.qmd @@ -88,7 +88,7 @@ In this case the French "Mis à jour" will be used since `lang` is set to `fr`. These language-specific alternate values can also be provided in a standalone YAML file. For example, the following file could be used by setting `language: custom.yml` in the metadata: -``` {.yaml filename="custom-language.yml"} +``` {.yaml filename="custom.yml"} en: title-block-published: "Updated" fr: diff --git a/docs/output-formats/html-basics.qmd b/docs/output-formats/html-basics.qmd index bbe796f4d..3427ad88f 100644 --- a/docs/output-formats/html-basics.qmd +++ b/docs/output-formats/html-basics.qmd @@ -106,7 +106,7 @@ Available math rendering methods include: | `mathml` | Convert TeX math to [MathML](https://www.w3.org/Math/) (note that currently only Firefox and Safari natively support MathML) | | `plain` | No special processing (formulas are put inside a `span` with `class="math").` | -Note that this is more detailed documentation on each of these options in the Pandoc [Math Rendering in HTML](https://pandoc.org/MANUAL.html#math-rendering-in-html) documentation. +Note that there is more detailed documentation on each of these options in the Pandoc [Math Rendering in HTML](https://pandoc.org/MANUAL.html#math-rendering-in-html) documentation. ## Tabsets diff --git a/docs/visual-editor/vscode/index.qmd b/docs/visual-editor/vscode/index.qmd index 7cd404ad2..8653e6159 100644 --- a/docs/visual-editor/vscode/index.qmd +++ b/docs/visual-editor/vscode/index.qmd @@ -102,7 +102,7 @@ Additional commands are available on the **Format**, **Insert**, and **Table** m ## Editor Options -There are a variety of VS Code options available to configure the behavior of the visual editor. You can location these options by filtering on `quarto.visualEditor` in the settings pane: +There are a variety of VS Code options available to configure the behavior of the visual editor. You can locate these options by filtering on `quarto.visualEditor` in the settings pane: ![](/docs/visual-editor/images/vscode-visual-editor-options.png){.border width="609"} From 278523a1b63b17e2e1e6eae9075ae80c849dac40 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 5 Oct 2023 11:47:08 +0200 Subject: [PATCH 2/2] Use custom-language.yml --- docs/authoring/language.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/authoring/language.qmd b/docs/authoring/language.qmd index 0285f9ab2..1e1dcf764 100644 --- a/docs/authoring/language.qmd +++ b/docs/authoring/language.qmd @@ -86,9 +86,9 @@ language: In this case the French "Mis à jour" will be used since `lang` is set to `fr`. -These language-specific alternate values can also be provided in a standalone YAML file. For example, the following file could be used by setting `language: custom.yml` in the metadata: +These language-specific alternate values can also be provided in a standalone YAML file. For example, the following file could be used by setting `language: custom-language.yml` in the metadata: -``` {.yaml filename="custom.yml"} +``` {.yaml filename="custom-language.yml"} en: title-block-published: "Updated" fr: