GitHub Style Callouts
Note
NoteThis is a note callout. Use it to highlight information users should take into account.
Tip
TipThis is a tip callout. Provides helpful suggestions to users.
Important
ImportantThis is an important callout. Crucial information users need to know.
Warning
WarningThis is a warning callout. Critical content requiring user attention.
Caution
CautionThis is a caution callout. Indicates potential risks or negative consequences.
Directive Style Callouts
Note with Custom Title
Note (Custom Note Title)This is a note with a custom title.
Tip with Custom Title
Tip (Pro Tip)This tip has a custom title to make it more specific.
Important with Custom Title
Important (Must Read)This important callout has a custom title.
Warning
WarningThis is a standard warning without custom title.
Caution
CautionThis is a caution callout using directive syntax.
Mixed Content Test
NoteThis callout contains bold text, italic text, and a link.
It also has multiple paragraphs.
- Bullet point 1
- Bullet point 2
- Bullet point 3
Tip (Advanced Usage)You can also use code in callouts:
console.log('Hello from a callout!');And even more text after the code block.