From 8f808f8d35506d066c5d2264527f20a426b7f99f Mon Sep 17 00:00:00 2001 From: 2e0f270cdc7ba314b5ea923e7da5ed6d <2e0f270cdc7ba314b5ea923e7da5ed6d@app-learninglab.inria.fr> Date: Sat, 12 Oct 2024 19:03:17 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..c1a7fd9 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,24 @@ -test \ No newline at end of file +# Partie 1 + +## sous-partie 1 + +*italique* + +**gras** + +[lien](https://lien.com) + +- liste +- à +- puce + +1. liste +2. numérotée + +''' +# block de code +''' + +## sous-partie 2 + +## sous-partie 3 \ No newline at end of file -- 2.18.1