diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 37281b3617523122f80b3761d7a25c8436df14f9..1d0095ca9a4d9f0dc9475ab93305a09de02953c9 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -15,22 +15,21 @@ 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 ## Sous-partie 3 : code -``` bash +``` # Extrait de code ```