From 52fbb240a4c49bf3639e90207265169ed4a950bd Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Sat, 23 Nov 2024 17:58:59 +0100 Subject: [PATCH] Demo: update color preview example --- demo/demo.qmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/demo/demo.qmd b/demo/demo.qmd index 2f0cf974..41de25af 100644 --- a/demo/demo.qmd +++ b/demo/demo.qmd @@ -284,7 +284,10 @@ The Quarkdown flavor introduces new features to the standard Markdown syntax. .sourceresult The color magenta's hexadecimal representation is `#FF00FF`. - `rgb(255, 0, 255)` is also a valid one. + The following are equivalent: + - `rgb(255, 0, 255)` + - `hsl(300, 100, 50)` + - `hsv(300, 100, 100)` # It's a wrap