From 7731daf4b5a728992281561b44bdbd4a429621df Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Fri, 6 Jun 2025 21:43:22 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 44 +++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..9270f75 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,43 @@ -test \ No newline at end of file +# Title of the first section + +## Title of the first sub-section + +### Title of the first sub-sub-section + +The first example is perfomed. _This will also be italic_ +and the following text: _This text will be bold_ + +![IT logo](https://th.bing.com/th/id/OIP.z8fI0piWS8yvUUEeGLImyAHaHa?rs=1&pid=ImgDetMain) + +hyperlink :[Recherche reproductible : principes méthodologiques pour une science transparente](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/13f6fd96266746a0bd9d717a12f1f835/4?activate_block_id=block-v1%3Ainria%2B41016%2Bself-paced%2Btype%40vertical%2Bblock%4089c7893cb5aa4644b06569c65945d4d9) + + + +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 + +Simple list + +- the first element; +- the second element; + +Numbered list + +1. the first element; +2. the second element + +And other versions + +1. Start with : + - the first element + - the second element + +2. Continuing to + - the third element + - the fourth element + +Demonstration of my first example + -- 2.18.1