File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -78,21 +78,43 @@ For each of the five GitHub alerts, you can see the result below. Note that the
7878
7979### Tip
8080
81+ ```
82+ > [!TIP]
83+ > Helpful advice for doing things better or more easily.
84+ ```
85+
8186> [ !TIP]
8287> Helpful advice for doing things better or more easily.
8388
8489### Important
8590
91+ ```
92+ > [!IMPORTANT]
93+ > Key information users need to know to achieve their goal.
94+ ```
95+
8696> [ !IMPORTANT]
8797> Key information users need to know to achieve their goal.
8898
8999### Warning
90100
101+ ```
102+ > [!WARNING]
103+ > Urgent info that needs immediate user attention to avoid problems.
104+ ```
105+
91106> [ !WARNING]
92107> Urgent info that needs immediate user attention to avoid problems.
93108
94109### Caution
95110
111+ ```
112+ > [!CAUTION]
113+ > Advises about risks or negative outcomes of certain actions.
114+ >
115+ > But multiline alerts can also be used.
116+ ```
117+
96118> [ !CAUTION]
97119> Advises about risks or negative outcomes of certain actions.
98120>
You can’t perform that action at this time.
0 commit comments