diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 8462e0a0c7370cbf17c94e108d810c6edf0391a4..ee400c76a9d6ff4e19f936a38d91c3224ab12392 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -12,20 +12,22 @@ Un lien vers [fun-mooc.fr](https://lms.fun-mooc.fr) Une ligne de `code` ## Sous-partie 2 : listes -***Liste à puce*** -- item; - - sous-item; - - sous-item. -- item; -- item. + +**Liste à puce** + +- item + - sous-item + - sous-item +- item +- item **Liste numérotée** -1. item; -2. item; -3. item. +1. item +2. item +3. item ## Sous-partie 3 : code ``` -`# Extrait de code` +# Extrait de code ```