From a56d3f112c291ba10188f2d087ae2546bfc4ad13 Mon Sep 17 00:00:00 2001 From: 8609a26790aff55d422b2a1d41891080 <8609a26790aff55d422b2a1d41891080@app-learninglab.inria.fr> Date: Thu, 20 Oct 2022 12:50:03 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b71cf72..9bea28b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ # Partie 1 -# Sous-partie 1 : texte +## Sous-partie 1 : texte Une phrase sans rien @@ -8,25 +8,28 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc](https://www.fun-mooc.fr/fr/) +Un lien vers [fun-mooc](https://www.fun-mooc.fr/) -Une ligne de ```code``` +Une ligne de `code` -# Sous-partie 2 : listes +## Sous-partie 2 : listes -**liste à puce** +**Liste à puce** - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item **Liste numérotée** -1. Item -2. Item -3. Item +1. item +2. item +3. item # Sous-partie 3 : Code +``` +# Extrait de code +``` \ No newline at end of file -- 2.18.1