Skip to content

Commit d496608

Browse files
authored
Update README.md
1 parent 7c23d03 commit d496608

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ The extension provides several configuration values, which can be added to your
6666

6767
For each of the five GitHub alerts, you can see the result below. Note that the result depends on where you are visiting this page.
6868

69+
The codes contain a leading space to enforce showing the code and not converting the code. In any application these leading spaces should not be present.
70+
6971
### Note
7072

7173
```
@@ -79,8 +81,8 @@ For each of the five GitHub alerts, you can see the result below. Note that the
7981
### Tip
8082

8183
```
82-
> [!TIP]
83-
> Helpful advice for doing things better or more easily.
84+
> [!TIP]
85+
> Helpful advice for doing things better or more easily.
8486
```
8587

8688
> [!TIP]
@@ -89,8 +91,8 @@ For each of the five GitHub alerts, you can see the result below. Note that the
8991
### Important
9092

9193
```
92-
> [!IMPORTANT]
93-
> Key information users need to know to achieve their goal.
94+
> [!IMPORTANT]
95+
> Key information users need to know to achieve their goal.
9496
```
9597

9698
> [!IMPORTANT]
@@ -99,8 +101,8 @@ For each of the five GitHub alerts, you can see the result below. Note that the
99101
### Warning
100102

101103
```
102-
> [!WARNING]
103-
> Urgent info that needs immediate user attention to avoid problems.
104+
> [!WARNING]
105+
> Urgent info that needs immediate user attention to avoid problems.
104106
```
105107

106108
> [!WARNING]
@@ -109,10 +111,10 @@ For each of the five GitHub alerts, you can see the result below. Note that the
109111
### Caution
110112

111113
```
112-
> [!CAUTION]
113-
> Advises about risks or negative outcomes of certain actions.
114-
>
115-
> But multiline alerts can also be used.
114+
> [!CAUTION]
115+
> Advises about risks or negative outcomes of certain actions.
116+
>
117+
> But multiline alerts can also be used.
116118
```
117119

118120
> [!CAUTION]

0 commit comments

Comments
 (0)