Jekyll Callouts

30 Jan 2022 18:04 jekyll liquid

Sometimes alerts are a bit, well, alert-y. Here are some callouts instead.

This is a callout. It can be used to make an aside without disrupting the flow of the main document.

Instead of using an include (which makes sense because of the icons), these can just be pasted straight in:

<div class="callout callout-info" markdown="span">
This is a callout. It can be used to make an aside without disrupting the flow of the main document.
</div>

Examples

A primary callout.
A secondary callout.
A success callout.
A danger callout.
A warning callout.
An info callout.
A light callout.
A dark callout.