From 7b5ec33e68100edff43f4941841f0d7ce9009708 Mon Sep 17 00:00:00 2001 From: aa3cb9da91fa2576854f7c2d25b9effe Date: Fri, 2 Oct 2020 16:28:25 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 0414f17..878277c 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,19 +1,20 @@ # Partie 1 + ## Sous-partie 1 : texte Une phrase sans rien -_Une phrase en italique_ +*Une phrase en italique* **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - sous-item @@ -21,7 +22,7 @@ Liste à puce - item - item -Liste numérotée +**Liste numérotée** 1. item 2. item -- 2.18.1