From f331744235454740152c40547071be9d2650619c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Mon, 27 Apr 2026 11:15:59 +0200 Subject: [PATCH] Quarto, console message appearance test --- vignettes/quarto.qmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vignettes/quarto.qmd b/vignettes/quarto.qmd index 12820c2b1..5d5983a27 100644 --- a/vignettes/quarto.qmd +++ b/vignettes/quarto.qmd @@ -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 , 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.