You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ The extension provides several configuration values, which can be added to your
66
66
67
67
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.
68
68
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
+
69
71
### Note
70
72
71
73
```
@@ -79,8 +81,8 @@ For each of the five GitHub alerts, you can see the result below. Note that the
79
81
### Tip
80
82
81
83
```
82
-
> [!TIP]
83
-
> Helpful advice for doing things better or more easily.
84
+
> [!TIP]
85
+
> Helpful advice for doing things better or more easily.
84
86
```
85
87
86
88
> [!TIP]
@@ -89,8 +91,8 @@ For each of the five GitHub alerts, you can see the result below. Note that the
89
91
### Important
90
92
91
93
```
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.
94
96
```
95
97
96
98
> [!IMPORTANT]
@@ -99,8 +101,8 @@ For each of the five GitHub alerts, you can see the result below. Note that the
99
101
### Warning
100
102
101
103
```
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.
104
106
```
105
107
106
108
> [!WARNING]
@@ -109,10 +111,10 @@ For each of the five GitHub alerts, you can see the result below. Note that the
109
111
### Caution
110
112
111
113
```
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.
0 commit comments