All Callouts
These are the main callout types that may be used to bring attention to a section of text. You should prefer to use Side Callouts instead.
This is a plain callout with no title. It has a link to a heading on this page. Its shortcode is<call-out>
.
This is a plain callout with a title. It has a link to a heading on this page. Its shortcode is<call-out>
with a custom title parameter.
This is a plain callout with a default title for its type. It has a link to a heading on this page. Its shortcode is<before-you-begin>
.
Naturally, callouts should contain less text within them than the text it lives next to. We do this for several reasons. Firstly, it looks weird to have a big empty space in the primary content area. Secondly, if you have more text in the callout, then it stops being a callout. I have asked an LLM to lengthen this passage.
This is a plain side callout with no title. It has a link to a heading on this page. Its shortcode is<call-out>
with the.side-callout
class.
When designing effective web layouts, it’s important to maintain proper balance between primary content and supplementary elements. Callouts serve as attention-grabbing devices that highlight key information, but they should remain subordinate to the main content flow. This hierarchy helps users navigate your page intuitively, guiding their attention appropriately. A well-designed callout complements the surrounding text rather than competing with it.
Additionally, concise callouts tend to be more effective at capturing user attention. When a callout becomes too verbose, users are less likely to read it entirely, defeating its purpose. The visual weight of callouts should align with their informational importance - brief, impactful statements create better engagement than lengthy explanations. Remember that white space itself is a powerful design element, creating visual breathing room that enhances readability and focus. Ultimately, the most successful callouts follow the principle of “less is more,” delivering maximum impact through minimal interruption to the user’s reading experience.
This is a plain side callout with a custom title. It has a link to a heading on this page. Its shortcode is<call-out>
with the.side-callout
class, and a custom title.
This is a weird exception callout that adds just a little extra contrast to the callout.
ImportantThis is an Important callout. There was previously a bug with bold text that we should be aware of and continue to check for. This callout was invoked with the<warning>
shortcode. It has no custom title.
These callouts should be used sparingly: only when it is imperative to capture the user’s attention.
CautionThis is a Caution callout. There was previously a bug with bold text that we should be aware of and continue to check for. This callout was invoked with the<caution>
shortcode. It has no custom title.
This callout especially should be used VERY judiciously.
WarningThis is a Warning callout. There was previously a bug with bold text that we should be aware of and continue to check for. This callout was invoked with the
<warning>
shortcode. It has no custom title.This callout has another line.
And another line.
And a final line.
Custom warning titleThis is a Warning callout with a custom title. There was previously a bug with bold text that we should be aware of and continue to check for. This callout was invoked with the<call-out>
shortcode with the.warning
class, and a custom title.
The following will not have special styling, but are pre-existing shortcodes.
This is<note>
. In oldframe it should havenote:
in bold, at the start.
This is<tip>
. In oldframe it should havetip:
in bold, at the start.
This is<before-you-begin>
.
This is<see-also>
.