Callouts Reference

Basic Callout

> [!note]
> 
> This is a note callout.
 
> [!info] Custom Title
> 
> This callout has a custom title.
 
> [!tip] Title Only
> 

Foldable Callouts

> [!faq]- Collapsed by default
> 
> This content is hidden until expanded.
 
> [!faq]+ Expanded by default
> 
> This content is visible but can be collapsed.

Nested Callouts

> [!question] Outer callout
> 
> > [!note] Inner callout
> > Nested content

Supported Callout Types

TypeAliasesColor / Icon
note-Blue, pencil
abstractsummary, tldrTeal, clipboard
info-Blue, info
todo-Blue, checkbox
tiphint, importantCyan, flame
successcheck, doneGreen, checkmark
questionhelp, faqYellow, question mark
warningcaution, attentionOrange, warning
failurefail, missingRed, X
dangererrorRed, zap
bug-Red, bug
example-Purple, list
quoteciteGray, quote

Custom Callouts (CSS)

.callout[data-callout="custom-type"] {
  --callout-color: 255, 0, 0;
  --callout-icon: lucide-alert-circle;
}