From c0b842507188eba85fa1f71137d4b352d8360e4c Mon Sep 17 00:00:00 2001 From: 486ccf5b0e65ac8576a39f295609a4f3 <486ccf5b0e65ac8576a39f295609a4f3@app-learninglab.inria.fr> Date: Wed, 24 Jul 2024 12:27:17 +0000 Subject: [PATCH] Correcting code display --- module1/exo2bis/fichier-markdown.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module1/exo2bis/fichier-markdown.md b/module1/exo2bis/fichier-markdown.md index 8a4af8d..93c080b 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 -- 2.18.1