{{< alert >}}
Description #
The alert shortcode is used to highlight text using different styles.
Parameters #
| Name | Type(named/positional) | Description |
|---|---|---|
| type | named | Styles available:
NB: If not specified, the default style is info. |
Examples #
| Markdown | Rendering |
|---|---|
| I’m a info type alert by default |
| I’m a info type alert |
| I’m a success type alert |
| I’m a warning type alert |
| I’m a error type alert |