From 99b0c0f2359b2e408483a463c348426549de6ad4 Mon Sep 17 00:00:00 2001 From: 4eb16d979e42675992efcc36f099be86 <4eb16d979e42675992efcc36f099be86@app-learninglab.inria.fr> Date: Wed, 15 Mar 2023 13:51:38 +0000 Subject: [PATCH] Update ficher-markdown.md --- module1/exo2/exo2/ficher-markdown.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/module1/exo2/exo2/ficher-markdown.md b/module1/exo2/exo2/ficher-markdown.md index 385503f..d58d09b 100644 --- a/module1/exo2/exo2/ficher-markdown.md +++ b/module1/exo2/exo2/ficher-markdown.md @@ -1,20 +1,19 @@ #Partie 1 #Sous-partie 1 : texte Une phrase sans rien -Une phrase en italique -Une phrase en gras -Un lien vers fun-mooc.fr +*Une phrase en italique* +**Une phrase en gras** +Un lien vers [fun-mooc.fr](url) Une ligne de code #Sous-partie 2 : listes Liste à puce --item --sous-item --sous-item --item --item +* item +* sous item +* sous item +* item +* item #Liste numérotée 1. item 2. item 3. item -#Sous-partie 3 : code -# Extrait de code \ No newline at end of file +#Sous-partie 3 : code \ No newline at end of file -- 2.18.1