Callouts
Highlight notes, tips, warnings, and danger inline.
Highlight notes, tips, warnings, and danger inline.
Use callouts to draw attention to information that breaks the flow of normal prose. Available variants: note, tip, warning, danger.
Note: Standard markdown blockquotes work fine, and look like this.
If your renderer supports a <Callout> component, prefer it for variants:
<Callout type="warning">
Don't enable this in production until you've tested in staging.
</Callout>