From 921d0935b6bf23eb0a1902adbabb991978972cd5 Mon Sep 17 00:00:00 2001 From: b946facd86de8f3b1c917783b85c1d75 Date: Wed, 5 Jan 2022 13:45:15 +0000 Subject: [PATCH] Apply modifications to exactly match the solution made available by MOOC instructors. --- 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 edbdff1..ae39dc6 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,13 +8,13 @@ _Une phrase en italique_ __Une phrase en gras__ -Un lien vers [fun-mooc.fr](http://www.fun-mooc.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 @@ -22,7 +22,7 @@ Une ligne de `code` - item - item -###### Liste numérotée +__Liste numérotée__ 1. item 2. item -- 2.18.1