Skip to content

Commit d3ceb98

Browse files
authored
Add tips, important notes, warnings, and cautions
1 parent df35e5d commit d3ceb98

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)