Bootstrap Alerts Edit on GitHub


As a purely convenience element, stdocs as of v1.1 has a feature to quickly write Bootstrap alerts.

Information Alerts

Strictly informational alerts like this one:

Note! This is an informational alert

are done with this syntax:

<[info]>
This is an informational alert
<[/info]>

Warning Alerts

Warning alerts like this one:

Note! This is a warning to your users

are done with this syntax:

<[warning]>
This is a warning to your users
<[/warning]>

Danger Alerts

Danger alerts like this one:

Note! Danger Will Robinson!

are done with this syntax:

<[danger]>
Danger Will Robinson!
<[/danger]>