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.