Skip to content

Commit

Permalink
Fix various typos (#850)
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Dervieux <[email protected]>
  • Loading branch information
knuesel and cderv authored Oct 5, 2023
1 parent be9491e commit c88b9db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/authoring/language.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ 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-language.yml"}
en:
Expand Down
2 changes: 1 addition & 1 deletion docs/output-formats/html-basics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/visual-editor/vscode/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down

0 comments on commit c88b9db

Please sign in to comment.