diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c07f900c74f8306a8f569c22c29ecc9ee3fb59e6..eca316e8b869251900c91a7042320e63fa52375b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -12,23 +12,20 @@ Une ligne de `code` ## Sous-partie 2 : listes - -** Liste à puces ** +### Liste à puces - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item -** Liste numérotée ** +### Liste numérotée -1. item +1. item 2. item 3. item -** Sous-partie 3 : code ** +## Sous-partie 3 : code -``` -# Extrait de code` -``` +` # Extrait de code`