Callouts reference
Zorto supports GitHub-style callout alerts. Use blockquote syntax with a type marker. See callouts concept for when to use callouts vs shortcodes.
Syntax #
> [!TYPE] > Content goes here.
All callout types #
Note #
Note
Highlights information that users should take into account, even when skimming.
> [!NOTE] > Highlights information that users should take into account, even when skimming.
Tip #
Tip
Optional information to help a user be more successful.
> [!TIP] > Optional information to help a user be more successful.
Important #
Important
Crucial information necessary for users to succeed.
> [!IMPORTANT] > Crucial information necessary for users to succeed.
Warning #
Warning
Critical content demanding immediate user attention due to potential risks.
> [!WARNING] > Critical content demanding immediate user attention due to potential risks.
Caution #
Caution
Negative potential consequences of an action.
> [!CAUTION] > Negative potential consequences of an action.
Rich content #
Callouts support full markdown inside:
Tip
You can use:
- Bold and italic text
inline codeand code blocks- Links
- Lists and other block elements