From a76f7f6d09e1213fbb124974ad70c6823ec42f53 Mon Sep 17 00:00:00 2001 From: d0031411e0f73c2405ab56b91a3c8524 Date: Sat, 26 Apr 2025 10:46:54 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 673f132..8c51f43 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -16,4 +16,6 @@ Voici [un lien hypertexte](https://example.com). Voici un bloc de code : -print("Hello World") \ No newline at end of file +``` +print("Hello World") +``` \ No newline at end of file -- 2.18.1