19 lines
569 B
Markdown
19 lines
569 B
Markdown
|
|
> [!ATTENTION]
|
|
> An alert of type 'attention' using global style 'callout'.
|
|
|
|
> [!TIP]
|
|
> An alert of type 'tip' using global style 'callout'.
|
|
|
|
> [!WARNING]
|
|
> An alert of type 'warning' using global style 'callout'.
|
|
|
|
> [!NOTE]
|
|
> An alert of type 'note' using global style 'callout'.
|
|
|
|
> [!TIP|style:flat|label:My own heading|iconVisibility:hidden]
|
|
> An alert of type 'tip' using alert specific style 'flat' which overrides global style 'callout'.
|
|
> In addition, this alert uses an own heading and hides specific icon.
|
|
|
|
> [!NOTE|icon:fa-solid fa-notes]
|
|
> A custom icon! |