Callouts
Obsidian-style callouts are blockquotes that start with [!type]. The renderer turns them into styled boxes with a coloured stripe and an icon slot. Standard types map to recognisable styles. Types that match a configured role name are redacted at lower tiers. That's how page-level content can hide pieces of itself based on the visitor's role.
Standard types
Same energy as note, slightly different color palette.
Use for advice or shortcuts.
Use for important caveats or potential pitfalls.
Anatomy
> [!info] Optional title goes here
> Body content. Can span multiple lines.
> Markdown inside callouts works (links, **bold**, lists).
The above markdown produces this callout:
Body content. Can span multiple lines. Markdown inside callouts works (links, bold, lists).
If you omit the title, the type name is used as a default label.
No title was supplied. The header reads "Info" by default.
Role-gated callouts
When the callout type matches one of your configured roles, the renderer
strips the entire blockquote at every variant lower than that role.
This vault has roles public < patron < dm, so:
Toggle between the public/patron/dm tiers (sidebar auth box) to see the difference.