Skip to content

Commit aac2a1f

Browse files
authored
Merge pull request #7696 from ovh/YC-tests-numbered-lists
Sandbox article - Testing separated numbered lists
2 parents 0af9220 + 4ef1728 commit aac2a1f

File tree

1 file changed

+79
-3
lines changed

1 file changed

+79
-3
lines changed

pages/web_cloud/phone_and_fax/fax/test-article-snow/guide.fr-fr.md

Lines changed: 79 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,86 @@
11
---
2-
title: Test article for ServiceNow images loading issue
2+
title: Sandbox article for markdown tests
33
flag: hidden
4-
updated: 2025-01-29
4+
updated: 2025-03-31
55
---
66

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+
![mot de passe fax](images/motdepassefax.png){.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+
![mot de passe fax](images/motdepassefax.png){.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+
![mot de passe fax](images/motdepassefax.png){.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+
![mot de passe fax](images/motdepassefax.png){.thumbnail}
81+
3. This is the third thing to do.
82+
83+
884

985
## Image 1
1086

0 commit comments

Comments
 (0)