Skip to content
Closed
Changes from all commits
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
4 changes: 4 additions & 0 deletions vignettes/quarto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ The `setup-r-dependencies` action will [automatically](https://github.com/r-lib/

* pkgdown will pass the `lang` setting on to quarto, but the set of available languages is not perfectly matched. Learn more in <https://quarto.org/docs/authoring/language.html>, including how to supply your own translations.

```{r}
cli::cli_alert_success("done")
```

## Supported features

The following sections demonstrate a bunch of useful quarto features so that we can make sure that they work.
Expand Down
Loading