From 7228b8ce5980d2382c95d9fc738ccc2c4e4f13a9 Mon Sep 17 00:00:00 2001 From: 1abfb3016981d22dedc79510d35b7fa2 <1abfb3016981d22dedc79510d35b7fa2@app-learninglab.inria.fr> Date: Wed, 12 Jul 2023 12:03:32 +0000 Subject: [PATCH] Update test1 fichier-markdown.md --- module1/exo2/fichier-markdown.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..84c3da0 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,25 @@ -test \ No newline at end of file +1. Partie 1 + +1. Texte +Une phrase sans rien +*Une phrase en italique* +**Une phrase en gras** +Un lien vers [Fun Mooc](https://fun-mooc.fr) +print("Hello world!") + +2. Listes +Liste à puce +* item + * sous-item + * sous-item +* item +* item +Liste numérotée +1. item +2. item +3. item + +3. Code +print("Hello world!") + + -- 2.18.1