Skip to content

Commit

Permalink
Update index.fr.md
Browse files Browse the repository at this point in the history
Fix minor
  • Loading branch information
niltied authored Jan 13, 2024
1 parent 2f5663f commit 8de106a
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions content/posts/shortcodes/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Ce billet d'échantillon est destiné à tester les éléments suivants :

Ce thème propose différents types d'alertes pour votre publication. Par exemple, si on ajoute le code ci-dessous :

```
{{< alert type="success" >}}
```markdown
{{</* alert type="success" */>}}
This is sample alert with `type="success"`.
{{< /alert >}}
{{</* /alert */>}}
```

L'alerte qui apparaîtra ressemblera à ça:
Expand All @@ -33,59 +33,59 @@ This is sample alert with `type="success"`.
{{< /alert >}}

Les alertes suivantes sont également disponible dans ce thème.
```
{{< alert type="danger" >}}
```markdown
{{</* alert type="danger" */>}}
This is sample alert with `type="danger"`.
{{< /alert >}}
{{</* /alert */>}}
```

{{< alert type="danger" >}}
This is sample alert with `type="danger"`.
{{< /alert >}}

```
{{< alert type="warning" >}}
```markdown
{{</* alert type="warning" */>}}
This is sample alert with `type="warning"`.
{{< /alert >}}
{{</* /alert */>}}
```

{{< alert type="warning" >}}
This is sample alert with `type="warning"`.
{{< /alert >}}

```
{{< alert type="info" >}}
```markdown
{{< alert type="info" */>}}
This is sample alert with `type="info"`.
{{< /alert >}}
{{</* /alert */>}}
```
{{< alert type="info" >}}
This is sample alert with `type="info"`.
{{< /alert >}}

```
{{< alert type="dark" >}}
```markdown
{{< alert type="dark" */>}}
This is sample alert with `type="dark"`.
{{< /alert >}}
{{</* /alert >}}
```

{{< alert type="dark" >}}
This is sample alert with `type="dark"`.
{{< /alert >}}
{{</* /alert */>}}

```
{{< alert type="primary" >}}
```markdown
{{</* alert type="primary" */>}}
This is sample alert with `type="primary"`.
{{< /alert >}}
{{</* /alert */>}}
```

{{< alert type="primary" >}}
This is sample alert with `type="primary"`.
{{< /alert >}}

```
{{< alert type="secondary" >}}
```markdown
{{</* alert type="secondary" */>}}
This is sample alert with `type="secondary"`.
{{< /alert >}}
{{</* /alert */>}}
```

{{< alert type="secondary" >}}
Expand Down Expand Up @@ -270,4 +270,4 @@ Voici la ligne 2. Il devrait y avoir un espace vertical de `4rem` avec la ligne
{{< video src="/videos/sample.mp4" >}}

<!-- markdown-link-check-disable-next-line -->
Vidéo de [Rahul Sharma](https://www.pexels.com/@rahul-sharma-493988) sur [Pexels](https://www.pexels.com).
Vidéo de [Rahul Sharma](https://www.pexels.com/@rahul-sharma-493988) sur [Pexels](https://www.pexels.com).

0 comments on commit 8de106a

Please sign in to comment.