From 0a4d5bf4ae8b7ce366c1f7192144472766bcbaa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Wed, 29 May 2024 12:33:19 +0200 Subject: [PATCH] fix: engine markdown --- example.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.qmd b/example.qmd index 83e040c..cec79d6 100644 --- a/example.qmd +++ b/example.qmd @@ -20,6 +20,7 @@ format: output-file: preview-colour-beamer aspectratio: 169 format-links: true +engine: markdown --- ## Usage @@ -29,7 +30,7 @@ It is a web safe colour. The #b22 colour hex could be obtained by blending #ff4444 with #640000. Closest websafe colour is: #cc3333. -```{r} +```{.r} my_colour <- "#b22222" ```