From 28b9cda6f9b9a7834ceef511524338e1251b9160 Mon Sep 17 00:00:00 2001 From: agatheS Date: Tue, 31 Mar 2020 12:42:26 +0000 Subject: [PATCH] =?UTF-8?q?corrections=20typographique=20et=20cosm=C3=A9ti?= =?UTF-8?q?ques=20fichier-markdown.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index eeebc1b..ee51017 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -7,26 +7,27 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://fun-mooc.fr/) Une ligne de `code` ## Sous-partie 2 : listes -Liste à puces +**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 3. item ## Sous-partie 3 : code - - # Extrait de code \ No newline at end of file +``` +# Extrait de code +``` \ No newline at end of file -- 2.18.1