Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various typos #850

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/authoring/language.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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
Loading