From 81167210ced0b86a1e834bbad7b3ca5a5fd3c630 Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Wed, 11 Jun 2025 21:47:35 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 24813a1..37ebb67 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,8 +1,6 @@ # Partie 1 -## Title of the first sub-section - -### Title of the first sub-sub-section +## Title of the first sub-section: Text and hyperlink The text is *italic* and **bold** @@ -14,7 +12,7 @@ Image of the space ![Image of the space](https://th.bing.com/th/id/OIP.ZSGkX6j-1KODgyNCY1CXHQHaF7?rs=1&pid=ImgDetMain) -### Creation of the list +## Creation of the list A bullet list @@ -31,6 +29,6 @@ A numbered list 2. the second element -## The second sub-section: A code block +## The third sub-section: A code block ```python print("Hellow, world!") -- 2.18.1