From 28f1f0c299280206026f72ff3bf2ccd475a18017 Mon Sep 17 00:00:00 2001 From: 1022633f55520be2d546745029319888 <1022633f55520be2d546745029319888@app-learninglab.inria.fr> Date: Thu, 12 Dec 2024 07:56:13 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..2d6af01 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,15 @@ -test \ No newline at end of file +# Partie 1 + +## Sub-Part 1 + +This is an example of *italic text* and **bold text**. + +- Item 1 +- Item 2 +- Item 3 + +1. First numbered item +2. Second numbered item + +Here is a [link to GitLab](https://gitlab.com). + -- 2.18.1