From e918969b1837f528a30281a3a73dff1120ebc744 Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Wed, 11 Jun 2025 21:26:53 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 9270f75..6fdf9e9 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,13 +1,10 @@ -# Title of the first section +# Partie 1 ## 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) +The text is _italic_ and _bold_ 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) @@ -29,15 +26,5 @@ 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 - +'''python +print("Hellow, world!") -- 2.18.1