From 84cacd3bbe4d1da61cb499411c309ac1aae4f9e5 Mon Sep 17 00:00:00 2001 From: d6a586002b49d1d4f7e04e740451c37c Date: Thu, 4 Sep 2025 09:47:38 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 97d0f37..42ed84e 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -12,7 +12,9 @@ Un lien vers http://github.com Une ligne de +``` print("code") +``` ## Sous-partie 2 : listes @@ -38,4 +40,6 @@ print("code") ##Sous-partie 3 : code -print("#Extrait de code") \ No newline at end of file +``` +print("# Extrait de code") +``` \ No newline at end of file -- 2.18.1