Skip to content

Commit

Permalink
Demo: update color preview example
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Nov 23, 2024
1 parent eb876ab commit 52fbb24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/demo.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 52fbb24

Please sign in to comment.