From 8de106a8b7dd625f558b1878997b8516457a29ec Mon Sep 17 00:00:00 2001 From: Nico <92774152+niltied@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:14:31 +0100 Subject: [PATCH] Update index.fr.md Fix minor --- content/posts/shortcodes/index.fr.md | 46 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/content/posts/shortcodes/index.fr.md b/content/posts/shortcodes/index.fr.md index b6d2ba3e..e37428a2 100644 --- a/content/posts/shortcodes/index.fr.md +++ b/content/posts/shortcodes/index.fr.md @@ -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 +{{}} This is sample alert with `type="success"`. -{{< /alert >}} +{{}} ``` L'alerte qui apparaîtra ressemblera à ça: @@ -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 +{{}} This is sample alert with `type="danger"`. -{{< /alert >}} +{{}} ``` {{< alert type="danger" >}} This is sample alert with `type="danger"`. {{< /alert >}} -``` -{{< alert type="warning" >}} +```markdown +{{}} This is sample alert with `type="warning"`. -{{< /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 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 type="dark" >}} This is sample alert with `type="dark"`. -{{< /alert >}} +{{}} -``` -{{< alert type="primary" >}} +```markdown +{{}} This is sample alert with `type="primary"`. -{{< /alert >}} +{{}} ``` {{< alert type="primary" >}} This is sample alert with `type="primary"`. {{< /alert >}} -``` -{{< alert type="secondary" >}} +```markdown +{{}} This is sample alert with `type="secondary"`. -{{< /alert >}} +{{}} ``` {{< alert type="secondary" >}} @@ -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" >}} -Vidéo de [Rahul Sharma](https://www.pexels.com/@rahul-sharma-493988) sur [Pexels](https://www.pexels.com). \ No newline at end of file +Vidéo de [Rahul Sharma](https://www.pexels.com/@rahul-sharma-493988) sur [Pexels](https://www.pexels.com).