diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b02bc1808a20a61d97a3d5852f00fddcf88076b2..cdf73c032b580f5d5bec63908edfbdc8cae82c43 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 [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 +- item + - sous-item + - sous-item +- item +- item -Liste numérotée +**Liste numérotée** 1. item 2. item @@ -30,6 +30,7 @@ Liste numérotée ## Sous-partie 3 : code +``` # Extrait de code - + ```