Skip to content

Commit 043c470

Browse files
committed
Fix markdown formatting
1 parent d4cce98 commit 043c470

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

docs/testing/req.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -43,64 +43,64 @@ Below is a table of `applies_to` badge scenarios.
4343

4444
| Badge | Raw Markdown |
4545
|-------|--------------|
46-
| {applies_to}`serverless: ga` | ````markdown<br/>{applies_to}`serverless: ga`<br/>```` |
47-
| {applies_to}`serverless: preview` | ````markdown<br/>{applies_to}`serverless: preview`<br/>```` |
48-
| {applies_to}`serverless: beta` | ````markdown<br/>{applies_to}`serverless: beta`<br/>```` |
49-
| {applies_to}`serverless: deprecated` | ````markdown<br/>{applies_to}`serverless: deprecated`<br/>```` |
50-
| {applies_to}`serverless: removed` | ````markdown<br/>{applies_to}`serverless: removed`<br/>```` |
46+
| {applies_to}`serverless: ga` | `` {applies_to}`serverless: ga` `` |
47+
| {applies_to}`serverless: preview` | `` {applies_to}`serverless: preview` `` |
48+
| {applies_to}`serverless: beta` | `` {applies_to}`serverless: beta` `` |
49+
| {applies_to}`serverless: deprecated` | `` {applies_to}`serverless: deprecated` `` |
50+
| {applies_to}`serverless: removed` | `` {applies_to}`serverless: removed` `` |
5151

5252
### No version specified (stack)
5353

5454
| Badge | Raw Markdown |
5555
|-------|--------------|
56-
| {applies_to}`stack: ga` | ````markdown<br/>{applies_to}`stack: ga`<br/>```` |
57-
| {applies_to}`stack: preview` | ````markdown<br/>{applies_to}`stack: preview`<br/>```` |
58-
| {applies_to}`stack: beta` | ````markdown<br/>{applies_to}`stack: beta`<br/>```` |
59-
| {applies_to}`stack: deprecated` | ````markdown<br/>{applies_to}`stack: deprecated`<br/>```` |
60-
| {applies_to}`stack: removed` | ````markdown<br/>{applies_to}`stack: removed`<br/>```` |
56+
| {applies_to}`stack: ga` | `` {applies_to}`stack: ga` `` |
57+
| {applies_to}`stack: preview` | `` {applies_to}`stack: preview` `` |
58+
| {applies_to}`stack: beta` | `` {applies_to}`stack: beta` `` |
59+
| {applies_to}`stack: deprecated` | `` {applies_to}`stack: deprecated` `` |
60+
| {applies_to}`stack: removed` | `` {applies_to}`stack: removed` `` |
6161

6262
### Greater than or equal to (x.x+ / x.x)
6363

6464
| Badge | Raw Markdown |
6565
|-------|--------------|
66-
| {applies_to}`stack: ga 9.1` | ````markdown<br/>{applies_to}`stack: ga 9.1`<br/>```` |
67-
| {applies_to}`stack: ga 9.1+` | ````markdown<br/>{applies_to}`stack: ga 9.1+`<br/>```` |
68-
| {applies_to}`stack: preview 9.0+` | ````markdown<br/>{applies_to}`stack: preview 9.0+`<br/>```` |
69-
| {applies_to}`stack: beta 9.1+` | ````markdown<br/>{applies_to}`stack: beta 9.1+`<br/>```` |
70-
| {applies_to}`stack: deprecated 9.0+` | ````markdown<br/>{applies_to}`stack: deprecated 9.0+`<br/>```` |
71-
| {applies_to}`stack: removed 9.0` | ````markdown<br/>{applies_to}`stack: removed 9.0`<br/>```` |
66+
| {applies_to}`stack: ga 9.1` | `` {applies_to}`stack: ga 9.1` `` |
67+
| {applies_to}`stack: ga 9.1+` | `` {applies_to}`stack: ga 9.1+` `` |
68+
| {applies_to}`stack: preview 9.0+` | `` {applies_to}`stack: preview 9.0+` `` |
69+
| {applies_to}`stack: beta 9.1+` | `` {applies_to}`stack: beta 9.1+` `` |
70+
| {applies_to}`stack: deprecated 9.0+` | `` {applies_to}`stack: deprecated 9.0+` `` |
71+
| {applies_to}`stack: removed 9.0` | `` {applies_to}`stack: removed 9.0` `` |
7272

7373
### Range (x.x-y.y)
7474

7575
| Badge | Raw Markdown |
7676
|-------|--------------|
77-
| {applies_to}`stack: ga 9.0-9.2` | ````markdown<br/>{applies_to}`stack: ga 9.0-9.2`<br/>```` |
78-
| {applies_to}`stack: preview 9.0-9.2` | ````markdown<br/>{applies_to}`stack: preview 9.0-9.2`<br/>```` |
79-
| {applies_to}`stack: beta 9.0-9.1` | ````markdown<br/>{applies_to}`stack: beta 9.0-9.1`<br/>```` |
80-
| {applies_to}`stack: deprecated 9.0-9.2` | ````markdown<br/>{applies_to}`stack: deprecated 9.0-9.2`<br/>```` |
77+
| {applies_to}`stack: ga 9.0-9.2` | `` {applies_to}`stack: ga 9.0-9.2` `` |
78+
| {applies_to}`stack: preview 9.0-9.2` | `` {applies_to}`stack: preview 9.0-9.2` `` |
79+
| {applies_to}`stack: beta 9.0-9.1` | `` {applies_to}`stack: beta 9.0-9.1` `` |
80+
| {applies_to}`stack: deprecated 9.0-9.2` | `` {applies_to}`stack: deprecated 9.0-9.2` `` |
8181

8282
### Exact version (=x.x)
8383

8484
| Badge | Raw Markdown |
8585
|-------|--------------|
86-
| {applies_to}`stack: ga =9.1` | ````markdown<br/>{applies_to}`stack: ga =9.1`<br/>```` |
87-
| {applies_to}`stack: preview =9.0` | ````markdown<br/>{applies_to}`stack: preview =9.0`<br/>```` |
88-
| {applies_to}`stack: beta =9.1` | ````markdown<br/>{applies_to}`stack: beta =9.1`<br/>```` |
89-
| {applies_to}`stack: deprecated =9.0` | ````markdown<br/>{applies_to}`stack: deprecated =9.0`<br/>```` |
90-
| {applies_to}`stack: removed =9.0` | ````markdown<br/>{applies_to}`stack: removed =9.0`<br/>```` |
86+
| {applies_to}`stack: ga =9.1` | `` {applies_to}`stack: ga =9.1` `` |
87+
| {applies_to}`stack: preview =9.0` | `` {applies_to}`stack: preview =9.0` `` |
88+
| {applies_to}`stack: beta =9.1` | `` {applies_to}`stack: beta =9.1` `` |
89+
| {applies_to}`stack: deprecated =9.0` | `` {applies_to}`stack: deprecated =9.0` `` |
90+
| {applies_to}`stack: removed =9.0` | `` {applies_to}`stack: removed =9.0` `` |
9191

9292
### Multiple lifecycles
9393

9494
| Badge | Raw Markdown |
9595
|-------|--------------|
96-
| {applies_to}`stack: ga 9.2+, beta 9.0-9.1` | ````markdown<br/>{applies_to}`stack: ga 9.2+, beta 9.0-9.1`<br/>```` |
97-
| {applies_to}`stack: ga 9.2+, preview 9.0-9.1` | ````markdown<br/>{applies_to}`stack: ga 9.2+, preview 9.0-9.1`<br/>```` |
96+
| {applies_to}`stack: ga 9.2+, beta 9.0-9.1` | `` {applies_to}`stack: ga 9.2+, beta 9.0-9.1` `` |
97+
| {applies_to}`stack: ga 9.2+, preview 9.0-9.1` | `` {applies_to}`stack: ga 9.2+, preview 9.0-9.1` `` |
9898

9999
### Deployment types
100100

101101
| Badge | Raw Markdown |
102102
|-------|--------------|
103-
| {applies_to}`ece: ga 9.0+` | ````markdown<br/>{applies_to}`ece: ga 9.0+`<br/>```` |
104-
| {applies_to}`eck: preview 9.1+` | ````markdown<br/>{applies_to}`eck: preview 9.1+`<br/>```` |
105-
| {applies_to}`ece: deprecated 6.7+` | ````markdown<br/>{applies_to}`ece: deprecated 6.7+`<br/>```` |
106-
| {applies_to}`ece: removed` | ````markdown<br/>{applies_to}`ece: removed`<br/>```` |
103+
| {applies_to}`ece: ga 9.0+` | `` {applies_to}`ece: ga 9.0+` `` |
104+
| {applies_to}`eck: preview 9.1+` | `` {applies_to}`eck: preview 9.1+` `` |
105+
| {applies_to}`ece: deprecated 6.7+` | `` {applies_to}`ece: deprecated 6.7+` `` |
106+
| {applies_to}`ece: removed` | `` {applies_to}`ece: removed` `` |

0 commit comments

Comments
 (0)