Skip to content

Commit e16c7c0

Browse files
authored
Merge pull request #7697 from ovh/YC-tests-numbered-lists
Sandbox - Testing separators
2 parents aac2a1f + 7621e0d commit e16c7c0

File tree

1 file changed

+26
-31
lines changed

1 file changed

+26
-31
lines changed

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

+26-31
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,40 @@ updated: 2025-03-31
66

77
This page's objective is to be used as a sandbox for markdown tests.
88

9-
## Numbered list with code-block - 1 tabulation only
9+
## Numbered list with code-block - No tabulation
1010

1111
1. This the first thing to do.
1212
2. This the second thing to do.
1313

14-
```bash
15-
root@rescue
16-
```
14+
```bash
15+
lsblk
16+
```
1717

1818
3. This is the third thing to do.
1919

20-
## Numbered list with code-block - 2 tabulations
20+
## Numbered list with code-block - 1 tabulation only
2121

2222
1. This the first thing to do.
2323
2. This the second thing to do.
2424

25-
```bash
26-
root@rescue
27-
```
25+
```bash
26+
lsblk
27+
```
2828

2929
3. This is the third thing to do.
3030

31-
## Numbered list with code-block - 2 tabulations and no skipped lines
31+
## Numbered list with code-block - 2 tabulations
3232

3333
1. This the first thing to do.
3434
2. This the second thing to do.
35+
3536
```bash
36-
root@rescue
37+
lsblk
3738
```
38-
3. This is the third thing to do.
39-
40-
## Numbered list with code-block - 1 tabulation and no skipped lines
4139

42-
1. This the first thing to do.
43-
2. This the second thing to do.
44-
```bash
45-
root@rescue
46-
```
4740
3. This is the third thing to do.
4841

42+
---
4943

5044
## Numbered list with image - 1 tabulation only
5145

@@ -57,30 +51,31 @@ This page's objective is to be used as a sandbox for markdown tests.
5751
3. This is the third thing to do.
5852

5953

60-
## Numbered list with image - 2 tabulations
54+
## Numbered list with image - 1 tabulation with no skipped line after the image
6155

6256
1. This the first thing to do.
6357
2. This the second thing to do.
6458

65-
![mot de passe fax](images/motdepassefax.png){.thumbnail}
66-
59+
![mot de passe fax](images/motdepassefax.png){.thumbnail}
6760
3. This is the third thing to do.
6861

69-
## Numbered list with image - 2 tabulations and no skipped lines
62+
---
63+
64+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porta rutrum eros, a hendrerit dui dapibus in. Maecenas imperdiet enim ut arcu aliquam, non auctor nisi ultricies. Nam sed egestas turpis. Nunc at dapibus erat, in vestibulum nibh. Aenean rhoncus mollis magna, eget maximus risus luctus nec. Aenean pharetra quis neque sed gravida. Curabitur mauris lacus, blandit vel lorem non, tristique gravida est. Ut maximus cursus velit.
7065

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.
66+
---
67+
##### Linux
68+
---
7569

76-
## Numbered list with image - 1 tabulation and no skipped lines
70+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porta rutrum eros, a hendrerit dui dapibus in. Maecenas imperdiet enim ut arcu aliquam, non auctor nisi ultricies. Nam sed egestas turpis. Nunc at dapibus erat, in vestibulum nibh. Aenean rhoncus mollis magna, eget maximus risus luctus nec. Aenean pharetra quis neque sed gravida. Curabitur mauris lacus, blandit vel lorem non, tristique gravida est. Ut maximus cursus velit.
7771

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.
72+
---
73+
##### **Ubuntu**
74+
---
8275

76+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porta rutrum eros, a hendrerit dui dapibus in. Maecenas imperdiet enim ut arcu aliquam, non auctor nisi ultricies. Nam sed egestas turpis. Nunc at dapibus erat, in vestibulum nibh. Aenean rhoncus mollis magna, eget maximus risus luctus nec. Aenean pharetra quis neque sed gravida. Curabitur mauris lacus, blandit vel lorem non, tristique gravida est. Ut maximus cursus velit.
8377

78+
<hr />
8479

8580
## Image 1
8681

0 commit comments

Comments
 (0)