diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 9270f755c3d21bbf14ae9e3e183225f6a73c6bd7..6fdf9e959f2499489063bdc354e99ea831e47d9e 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!")