Skip to content

Commit b3499b7

Browse files
committed
adding missing tip example
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 52a474f commit b3499b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_docs/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ and primary.
195195
<span class="badge badge-info">info-badge</span>
196196
<span class="badge badge-secondary">secondary-badge</span>
197197
<span class="badge badge-primary">primary-badge</span>
198+
198199
### Alerts
199200

200201
{% include alert.html type="info" title="What is an alert?" content="An alert is a box that can stand out to indicate important information. You can choose from levels success, warning, danger, info, and primary. This example is an info box, and the code for another might look like this:" %}
@@ -205,6 +206,7 @@ and primary.
205206
206207
Just for fun, here are all the types:
207208
209+
{% include alert.html type="tip" content="This is a tip." %}
208210
{% include alert.html type="warning" content="This is a warning" %}
209211
{% include alert.html type="danger" content="This alerts danger!" %}
210212
{% include alert.html type="success" content="This alerts success" %}

0 commit comments

Comments
 (0)