diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e9616542596b4ba767b4d6c0bd83deb7683f4072..99a182fd496e927f4c60d097afceead0f8d01ae6 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -6,20 +6,22 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers fun-mooc.fr +Un lien vers [fun-mooc.fr](http://fun-mooc.fr) Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce -* item - * sous-item - * sous-item -* item -* item +**Liste à puce** + +- item + - sous-item + - sous-item +- item +- item + +**Liste numérotée** -Liste numérotée 1. item 2. item 3. item