Callouts
Callouts allow you to highlight specific information that exists outside the normal flow of text. docmd supports five semantic types.
Syntax
::: callout type Title
Content goes here.
:::
If you omit the title, it defaults to the type name (e.g., “Info”).
Available Types
Info
General information or “Did you know?” boxes.
::: callout info Note
This is a standard informational callout.
:::
Note
This is a standard informational callout.
Tip
Best practices and shortcuts.
::: callout tip Pro Tip
You can nest other containers inside callouts!
:::
Pro Tip
You can nest other containers inside callouts!
Warning
Things the user should be careful about.
::: callout warning Caution
Proceed with care.
:::
Caution
Proceed with care.
Danger
Critical warnings, data loss risks, or errors.
::: callout danger
**Critical Error:** Do not delete the database file.
:::
Critical Error: Do not delete the database file.
Success
Confirmation of actions or positive outcomes.
::: callout success
Build completed successfully!
:::
Build completed successfully!