From 4083a3a00d663e0bd21791fe76f8acbad4262c35 Mon Sep 17 00:00:00 2001 From: 7404ea6678ce6fbf3a726e36f2bf2079 <7404ea6678ce6fbf3a726e36f2bf2079@app-learninglab.inria.fr> Date: Thu, 29 Aug 2024 13:07:49 +0000 Subject: [PATCH] Correct the differences with the solution --- module1/exo2/fichier-markdown.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 66bb347..e1cd97c 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,20 +8,22 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` ## Sous-partie 2 : listes -### Liste à puce +**Liste à puce** + - item - sous-item - sous-item - item - item -### Liste numérotée +**Liste numérotée** + 1. item 2. item 3. item @@ -30,4 +32,4 @@ Une ligne de `code` ``` # Extrait de code -``` +``` \ No newline at end of file -- 2.18.1