diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 24813a11cee8044e2ae0d31a52e99284cfd4edfc..37ebb67ab01cde46fa6c19678dd0213386f7334b 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!")