diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 981ecb68a07ac2c981c701f8282cc1ca7c12b900..0f54261abcd6689162805b6bf6ccd9e311be7d95 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,27 +8,25 @@ 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 -` +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