From baa3e2a0939a5b626901bef7b6100d074ad95473 Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Fri, 6 Jun 2025 21:30:06 +0000 Subject: [PATCH] Update The first_example_for_markdown.md --- .../exo2/The first_example_for_markdown.md | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/module1/exo2/The first_example_for_markdown.md b/module1/exo2/The first_example_for_markdown.md index f48b778..9270f75 100644 --- a/module1/exo2/The first_example_for_markdown.md +++ b/module1/exo2/The first_example_for_markdown.md @@ -9,4 +9,35 @@ 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) \ No newline at end of file +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