diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index f11bcaad25d00850bdc5d380a3a727a1f77b5388..1ab282ef1b3e83cc6f08fcbcb7e5d71a20730f49 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,21 +8,21 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers +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 +- item + - sous-item + - sous-item +- item +- item -Liste numérotée +**Liste numérotée** 1. item 2. item 3. item