Skip to content

Sandbox - Testing separators #7697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 26 additions & 31 deletions pages/web_cloud/phone_and_fax/fax/test-article-snow/guide.fr-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,40 @@ updated: 2025-03-31

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

## Numbered list with code-block - 1 tabulation only
## Numbered list with code-block - No tabulation

1. This the first thing to do.
2. This the second thing to do.

```bash
root@rescue
```
```bash
lsblk
```

3. This is the third thing to do.

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

1. This the first thing to do.
2. This the second thing to do.

```bash
root@rescue
```
```bash
lsblk
```

3. This is the third thing to do.

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

1. This the first thing to do.
2. This the second thing to do.

```bash
root@rescue
lsblk
```
3. This is the third thing to do.

## Numbered list with code-block - 1 tabulation and no skipped lines

1. This the first thing to do.
2. This the second thing to do.
```bash
root@rescue
```
3. This is the third thing to do.

---

## Numbered list with image - 1 tabulation only

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


## Numbered list with image - 2 tabulations
## Numbered list with image - 1 tabulation with no skipped line after the image

1. This the first thing to do.
2. This the second thing to do.

![mot de passe fax](images/motdepassefax.png){.thumbnail}

![mot de passe fax](images/motdepassefax.png){.thumbnail}
3. This is the third thing to do.

## Numbered list with image - 2 tabulations and no skipped lines
---

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.

1. This the first thing to do.
2. This the second thing to do.
![mot de passe fax](images/motdepassefax.png){.thumbnail}
3. This is the third thing to do.
---
##### Linux
---

## Numbered list with image - 1 tabulation and no skipped lines
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.

1. This the first thing to do.
2. This the second thing to do.
![mot de passe fax](images/motdepassefax.png){.thumbnail}
3. This is the third thing to do.
---
##### **Ubuntu**
---

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.

<hr />

## Image 1

Expand Down