diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 384afbbb2d25b25f86cd3141e1e95c942fc25ca7..ed6ae6d5408c680b7d5cbff07cb9ae2393568f79 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://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 @@ -32,4 +32,8 @@ Une ligne de `code` ## Sous-partie 3 : code -`# Extrait de code` \ No newline at end of file +``` +# Extrait de code +``` + +