From 585b69aa035f384f410a14610fbe87adac2fcf36 Mon Sep 17 00:00:00 2001 From: 10c5f8b936cee60665619f748fa54259 <10c5f8b936cee60665619f748fa54259@app-learninglab.inria.fr> Date: Tue, 29 Mar 2022 12:26:35 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 806b102..a526d43 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,26 +2,26 @@ ## Sous-partie 1 : texte Une phrase sans rien -_Une phrase en italique_ +*Une phrase en italique* -__Une phrase en gras__ +**Une phrase en gras** -Un lien vers [fun-mooc.fr](fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -Une ligne de ```code``` +Une ligne de `code` ## Sous-partie 2 : listes -__Liste à puce__ +**Liste à puce** - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item -__Liste numérotée__ +**Liste numérotée** 1. item 2. item -- 2.18.1