- Notifications
You must be signed in to change notification settings - Fork1k
Commit72b8ab5
authored
fix(docs): add missing GFM alert directives to blockquotes (#19042)
I just added support for rendering GFM alerts inside of numbered listsin coder.com (seecoder/coder.com#328), andnoticed that these plain blockquotes should probably be alerts.This should cover all the missing alerts. I found them by searching forthe regex `^\s*>\s` within docs/**/*.mdIs `[!NOTE]` the correct type for these? Or do we want to usetip/important/etc?-@mtojek CONTRIBUTING.md-@johnstcn support-bundle.md-@matifali gateway.md1 parent36d2e01 commit72b8ab5
File tree
3 files changed
+3
-0
lines changed- docs
- about/contributing
- support
- user-guides/workspace-access/jetbrains
3 files changed
+3
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| 99 | + | |
99 | 100 |
| |
100 | 101 |
| |
101 | 102 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
0 commit comments
Comments
(0)