blob: 1a53a9729923f55d8b295f65f9419320ddbb9b22 [file] [log] [blame] [view]
## Messages
---
### Notice {#message-notice}
```html
<div class="go-Message go-Message--notice">
<img
class="go-Icon"
height="24"
width="24"
src="/static/shared/icon/info_gm_grey_24dp.svg"
alt="Notice"
/>&nbsp; The highest tagged major version is v3.
</div>
```
### Warning {#message-warning}
```html
<div class="go-Message go-Message--warning">
<img
class="go-Icon"
height="24"
width="24"
src="/static/shared/icon/alert_gm_grey_24dp.svg"
alt="Warning"
/>&nbsp; <strong>Retracted:</strong> This version of Syntax has been retracted.
</div>
```
### Alert {#message-alert}
```html
<div class="go-Message go-Message--alert">
<img
class="go-Icon"
height="24"
width="24"
src="/static/shared/icon/alert_gm_grey_24dp.svg"
alt="Alert"
/>&nbsp;
<strong>Critical error</strong>
</div>
```