Callouts
1 Plugin · 7 Variants
Callouts / Admonition Plugin
Draw attention to important information with styled callout blocks. Seven built-in variants — tip, info, note, warning, caution, danger, and check.
Usage
admonitionPlugin() — All Variants
Use the :::type fence syntax to create callouts. Each variant has a distinct colour and icon:
Variant Reference
| Type | Icon | Colour | Best Used For |
|---|---|---|---|
tip | 💡 | Green | Best practices, helpful suggestions |
info | ℹ️ | Blue | Background context, explanations |
note | 📝 | Gray | Supplementary detail, side notes |
warning | ⚠️ | Yellow | Edge cases, potential issues |
caution | 🔶 | Orange | Actions with side effects |
danger | 🔴 | Red | Critical warnings, data loss risk |
check | ✅ | Green | Success confirmations, passed checks |
Custom Titles
Override the default title by adding [Custom Title] after the type:
Nested Content
Callouts support full Markdown content inside, including lists, code blocks, blockquotes, and other formatting:
© 2026 SynclineMDX Editor. All rights reserved.