diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index f85292e4262dcbb064dccdacebf1131ff327673b..8c5ef48c23afd79802ed1d9f1c408d1b80c1f8a8 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,25 +8,24 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/en/) -Une ligne de code +Une ligne de `code` ## Sous-partie 2 : listes **Liste à puce** - item - - sous-item - - sous-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 -print("Hello world!") ``` \ No newline at end of file