From 954e261ab61e0b86f7f3d28173d446099f8453c5 Mon Sep 17 00:00:00 2001 From: d6a586002b49d1d4f7e04e740451c37c Date: Thu, 4 Sep 2025 09:45:41 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7c208a7..97d0f37 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -5,10 +5,11 @@ Une phrase sans rien *Une phrase en italique* + **Une phrase en gras** Un lien vers -http://github.com - automatic! +http://github.com Une ligne de print("code") @@ -18,15 +19,21 @@ print("code") **Listes à puces** -item + -sous-item + -sous-item + -item + -item **Listes numérotés** 1.item + 2.item + 3.item ##Sous-partie 3 : code -- 2.18.1