|
1 | 1 | ---
|
2 |
| -title: Test article for ServiceNow images loading issue |
| 2 | +title: Sandbox article for markdown tests |
3 | 3 | flag: hidden
|
4 |
| -updated: 2025-01-29 |
| 4 | +updated: 2025-03-31 |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -This article's purpose is to show the main images loading issue currently experienced on the OVHcloud Help Centre. |
| 7 | +This page's objective is to be used as a sandbox for markdown tests. |
| 8 | + |
| 9 | +## Numbered list with code-block - 1 tabulation only |
| 10 | + |
| 11 | +1. This the first thing to do. |
| 12 | +2. This the second thing to do. |
| 13 | + |
| 14 | + ```bash |
| 15 | + root@rescue |
| 16 | + ``` |
| 17 | + |
| 18 | +3. This is the third thing to do. |
| 19 | + |
| 20 | +## Numbered list with code-block - 2 tabulations |
| 21 | + |
| 22 | +1. This the first thing to do. |
| 23 | +2. This the second thing to do. |
| 24 | + |
| 25 | + ```bash |
| 26 | + root@rescue |
| 27 | + ``` |
| 28 | + |
| 29 | +3. This is the third thing to do. |
| 30 | + |
| 31 | +## Numbered list with code-block - 2 tabulations and no skipped lines |
| 32 | + |
| 33 | +1. This the first thing to do. |
| 34 | +2. This the second thing to do. |
| 35 | + ```bash |
| 36 | + root@rescue |
| 37 | + ``` |
| 38 | +3. This is the third thing to do. |
| 39 | + |
| 40 | +## Numbered list with code-block - 1 tabulation and no skipped lines |
| 41 | + |
| 42 | +1. This the first thing to do. |
| 43 | +2. This the second thing to do. |
| 44 | + ```bash |
| 45 | + root@rescue |
| 46 | + ``` |
| 47 | +3. This is the third thing to do. |
| 48 | + |
| 49 | + |
| 50 | +## Numbered list with image - 1 tabulation only |
| 51 | + |
| 52 | +1. This the first thing to do. |
| 53 | +2. This the second thing to do. |
| 54 | + |
| 55 | + {.thumbnail} |
| 56 | + |
| 57 | +3. This is the third thing to do. |
| 58 | + |
| 59 | + |
| 60 | +## Numbered list with image - 2 tabulations |
| 61 | + |
| 62 | +1. This the first thing to do. |
| 63 | +2. This the second thing to do. |
| 64 | + |
| 65 | + {.thumbnail} |
| 66 | + |
| 67 | +3. This is the third thing to do. |
| 68 | + |
| 69 | +## Numbered list with image - 2 tabulations and no skipped lines |
| 70 | + |
| 71 | +1. This the first thing to do. |
| 72 | +2. This the second thing to do. |
| 73 | + {.thumbnail} |
| 74 | +3. This is the third thing to do. |
| 75 | + |
| 76 | +## Numbered list with image - 1 tabulation and no skipped lines |
| 77 | + |
| 78 | +1. This the first thing to do. |
| 79 | +2. This the second thing to do. |
| 80 | + {.thumbnail} |
| 81 | +3. This is the third thing to do. |
| 82 | + |
| 83 | + |
8 | 84 |
|
9 | 85 | ## Image 1
|
10 | 86 |
|
|
0 commit comments