diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 24fb8b0bdc5111c4a7d78ce0ff67fd44cf4f7651..8fcf5b89431593a18559821dab696eeb9f2683ae 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -12,7 +12,7 @@ Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - sous-item @@ -20,7 +20,7 @@ Liste à puce - item - item -Liste numérotée +**Liste numérotée** 1. item1 1. item2 @@ -28,4 +28,6 @@ Liste numérotée ## Sous-partie 3 : code -`Extrait de code` +``` +# Extrait de code +```