Callouts
Obsidian-style callouts (> [!type]) are rendered as styled blocks with an icon and title.
Standard Types
đNote
A plain note callout. Uses the default capitalized type name as the title.
đĄTip
A helpful tip. Great for highlighting advice or shortcuts.
â ī¸Warning
Something to watch out for. Proceed with caution.
đĨDanger
A critical warning. This action is destructive.
Custom Title
âšī¸Getting Started
When you provide a custom title after the type, it overrides the default.
Foldable: Collapsed
đĄHow to fold a callout
Add a - after the type to make the callout collapsed by default. Click to expand.
Foldable: Expanded
âIs this open by default?
Yes! A + marker means the callout starts expanded but can be collapsed.
Unknown / Custom Type
đMy-custom-type
Unrecognised types still render as a callout block with a fallback icon.
Nested Markdown
đNote
Callout bodies support full Markdown:
- First item
- Bold text in a list
- Another item