From 43d265f06e7f679178ebc8e31cc85a162cf42cb2 Mon Sep 17 00:00:00 2001 From: d8e050d5c544094555b8e8a7081ce127 Date: Wed, 9 Jul 2025 15:23:46 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 10d132d..7439a4c 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,5 +1,21 @@ test -#test1 -##test2 -Hello \ No newline at end of file +#Title +##subtitle + +hello +*italics* +**bold phrase** +link to https://app-learninglab.inria.fr/moocrr/gitlab/d8e050d5c544094555b8e8a7081ce127/mooc-rr/edit/master/module1/exo2/fichier-markdown.md + +list: + +- one +- two +- three +- +1. first +2. second +3. third +4. + -- 2.18.1