diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 5a9061bbf28c11c54b0d2148eddf906c1c1b8a45..40338e95d4d2fe601b41b633f3709a12305d9447 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,13 +8,13 @@ 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 +**Liste à puce** * item * sous-item * sous-item @@ -23,7 +23,7 @@ Liste à puce -Liste numérotée +**Liste numérotée** 1. item 2. item @@ -32,4 +32,6 @@ Liste numérotée ## Sous-partie 3 : code -`# Extrait de code` \ No newline at end of file +``` +# Extrait de code +``` \ No newline at end of file