From b9e19d3093341270ad3a4da4c3ac555af614ea42 Mon Sep 17 00:00:00 2001 From: a77415659ec34d9906ca0d5836cbe262 Date: Wed, 24 Sep 2025 12:02:10 +0000 Subject: [PATCH] Update-corrections fichier-markdown.md --- module1/exo2/fichier-markdown.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 41be3fc..9cc9282 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -4,17 +4,17 @@ Une phrase sans rien -_Une phrase en italique_ +*Une phrase en italique* -__Une phrase en gras__ +**Une phrase en gras** -Un lien vers [fun-mooc.fr](fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://lms.fun-mooc.fr/) Une ligne de `code` ## Sous-partie 2 : listes -__Liste à puce__ +**Liste à puce** - item - sous-item @@ -22,7 +22,7 @@ __Liste à puce__ - item - item -__Liste numérotée__ +**Liste numérotée** 1. item 2. item @@ -31,5 +31,5 @@ __Liste numérotée__ ## Sous-partie 3 : code ``` -Extrait de code +# Extrait de code ``` \ No newline at end of file -- 2.18.1