From 6b5a96947047463c344b396851bb7328bc1ce217 Mon Sep 17 00:00:00 2001 From: adf52b78a1975b5ac63bbd1f3ffc1b59 Date: Mon, 17 Jul 2023 09:14:15 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b72d855..006d2dd 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -4,13 +4,13 @@ Une phrase sans rien -_Une phrase en italique_ +*Une phrase en italique* **Une phrase en gras** Un lien vers [https://www.fun-mooc.fr/] - +Une ligne de `code` ## Sous-partie 2 : listes @@ -30,4 +30,4 @@ Un lien vers [https://www.fun-mooc.fr/] ## Sous-partie 3 : code -`` \ No newline at end of file +```code``` \ No newline at end of file -- 2.18.1