From 961c6ccada9f8e16ba1fa1e6fc9e9452a81f8c0c Mon Sep 17 00:00:00 2001 From: 668f87fbe56665331188f6984325f07c <668f87fbe56665331188f6984325f07c@app-learninglab.inria.fr> Date: Sun, 4 May 2025 11:23:07 +0000 Subject: [PATCH] Update fichier-markdown-luciehoareau.md --- module1/exo2/fichier-markdown-luciehoareau.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/module1/exo2/fichier-markdown-luciehoareau.md b/module1/exo2/fichier-markdown-luciehoareau.md index 6c8a9d5..1f896b1 100644 --- a/module1/exo2/fichier-markdown-luciehoareau.md +++ b/module1/exo2/fichier-markdown-luciehoareau.md @@ -8,3 +8,24 @@ _Une phrase en italique_ __Une phrase en gras__ +[ Un lien vers fun mooc] (https://www.fun-mooc.fr/fr/) + +Une ligne de `code` + +## Sous-partie 2 : listes + +Liste à puce + +- item +- - sous-item +- item +- item + +Liste numérotée + +1. item +2. item +3. item + +## Sous-partie 3 : code + -- 2.18.1