Added Warning callout as this was missing (#737)

We use warnings several places, especially with regards to experimental
features.
This commit is contained in:
Ruben Olsen Lærk
2025-06-30 15:35:11 +02:00
committed by GitHub
parent fac96d2e3e
commit e75e9b95aa

View File

@@ -208,6 +208,14 @@ Your cautionary item
:::
```
If you want to make a reader aware of something really important that can mess up their budget, use this:
```markdown
:::warning
Your warning content
:::
```
#### The above highlights will be rendered as follows
:::tip
Your tip content
@@ -221,6 +229,9 @@ Your note content
Your cautionary item
:::
:::warning
Your warning content
:::
### Hiding and showing information