Alert

Academy theme alert shortcode with multiple type variants.

The academy-theme alert shortcode renders a styled alert box. The type parameter controls the color and icon.

{{< alert type="note" title="Note" >}}Alert content with **Markdown** support.{{< /alert >}}

Parameters:

ParameterDescriptionDefault
typeAlert style: note, info, danger, warning(none)
titleOptional title above the alert body(none)

Examples: