diff --git a/module1/exo2bis/fichier-markdown.md b/module1/exo2bis/fichier-markdown.md index 8a4af8d684a12d1c05f4c95f402813ef34a42f12..93c080b32a8d646e0a5f0c34d8ee8fd0d982418b 100644 --- a/module1/exo2bis/fichier-markdown.md +++ b/module1/exo2bis/fichier-markdown.md @@ -10,7 +10,7 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) -Une ligne de print("code") +Une ligne de `code` ## Sous-partie 2 : liste @@ -29,4 +29,6 @@ __Liste numérotée__ 3. item ## Sous-partie 3 : code -print("# Extrait de code") \ No newline at end of file +``` +# Extrait de code +``` \ No newline at end of file