This article shows how to use the alert shortcode.

1{{< alert "Message" [type] >}}
markdown

The parameter type is optional. Default to info.

Info#

1{{< alert "Info" >}}
markdown

Success#

1{{< alert "Success" success >}}
markdown

Warning#

1{{< alert "Warning" warning >}}
markdown

Danger#

1{{< alert "Danger" danger >}}
markdown