From d8f87f0c86c6d4c4af253a589866a862d014bb5f Mon Sep 17 00:00:00 2001 From: 7ba57e20065c36550b03764689162243 <7ba57e20065c36550b03764689162243@app-learninglab.inria.fr> Date: Sun, 3 Jan 2021 16:07:34 +0000 Subject: [PATCH] Corrections fichier-markdown.md --- module1/exo2/fichier-markdown.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 1d2b6a6..aea3df5 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -4,9 +4,9 @@ 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](https://www.fun-mooc.fr/) @@ -14,15 +14,15 @@ 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é +**Liste numéroté** 1. item 2. item -- 2.18.1