diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index bc537006cd9edcad4f2e28945d208715619f6035..4114f47c8ca007dd2810c21bef99431ec52ca2c5 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -7,22 +7,25 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://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 - - sous-item + - sous-item + - sous-item - item - item -Liste numérotée +**Liste numérotée** 1. item 2. item 3. item ## Sous-partie 3 : code -`# Extrait de code` \ No newline at end of file +``` +# Extrait de code +```