diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 71b995971b5fe659e13c8e169fe736967a2ea617..5a0c7130ea91bc3b816e66f860413fa0380d0c46 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,20 +8,20 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://www.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