mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Added Warning callout as this was missing (#737)
We use warnings several places, especially with regards to experimental features.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user