diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 9f26bf8b63eed993ed69253d06eeecee0faf210d..a1c90302a72f2e2a821accafd171c26ae992b8ce 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -10,11 +10,11 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) -Une ligne de print("code") +Une ligne de ```code``` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - sous-item @@ -22,7 +22,7 @@ Liste à puce - item - item -Liste numérotée +**Liste numérotée** 1. item 2. item @@ -30,4 +30,6 @@ Liste numérotée ## Sous-partie 3 : code -# Extrait de code \ No newline at end of file +``` +# Extrait de code +``` \ No newline at end of file