Skip to content
Powered byPagefind
CalloutCallout

Callout

Highlight important information with colored callout blocks.


Callout or asides blocks highlight important information with a colored accent and icon. They work in both .md and .mdx files — the syntax is identical in both.

Usage

> [!NOTE]
> General information.

> [!TIP]
> A helpful suggestion.

> [!IMPORTANT]
> Something critical to know.

> [!WARNING]
> Proceed with caution.

> [!CAUTION]
> A stronger warning.

> [!DANGER]
> This may cause irreversible effects.

Preview

Variants

Props

[!Type]
Type:
string
Value:
NOTE | TIP | IMPORTANT | WARNING | CAUTION | DANGER
Required
yes

Type must be uppercase.