Alert types in Markdown

PHOTO EMBED

Fri Mar 26 2021 00:53:41 GMT+0000 (Coordinated Universal Time)

Saved by @ktyle

<div class="alert alert-success"> This is a success box, color = green </div>
<div class="alert alert-info"> This is an info box, color = blue </div>
<div class="alert alert-warning"> This is a warning box, color = orange </div>
<div class="alert alert-danger"> This is a danger box, color = red </div>
content_copyCOPY

https://about.gitlab.com/handbook/markdown-guide/