From 107cd0aac9240552688b7a4f0ea3c697337927c8 Mon Sep 17 00:00:00 2001 From: f91c958eaf8425b4e090dab47e047186 Date: Fri, 29 Sep 2023 11:09:36 +0000 Subject: [PATCH] Update fichier-markdown corrections.md --- module1/exo2/fichier-markdown.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 6f3868d..84d09dd 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -4,11 +4,11 @@ Une phrase sans rien -"Une phrase en italique" +_Une phrase en italique_ __Une phrase en gras__ -Un lien vers [fun-mmoc.fr](fun-mmoc.fr) +Un lien vers [fun-mooc.fr](https://fun-mooc.fr) Une ligne de `code` @@ -30,5 +30,6 @@ __Liste numérotée__ ## Sous-partie 3 : code -`# Extrait de code` - +``` +# Extrait de code +``` -- 2.18.1