From 939ea05c8a273f3e38c038cf26705f96d2d07294 Mon Sep 17 00:00:00 2001 From: 8e46c07c11cd92d780b445585b0f4e05 <8e46c07c11cd92d780b445585b0f4e05@app-learninglab.inria.fr> Date: Tue, 9 Jan 2024 14:13:54 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 33 +++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..1e7be63 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,32 @@ -test \ No newline at end of file +# Partie 1 +## Sous-partie 1 : texte + +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](https://lms.fun-mooc.fr) + +Une ligne de +print("code") + + +## Sous-partie 2 : listes + +Liste à puce + +- item + - sous-item + - sous-item +- item +- item + +Liste numérotée + +1. item +2. item +3. item + +# Sous-partie 3 : code \ No newline at end of file -- 2.18.1