From c12255b213dd09a97dced6df1a809db4b18e1085 Mon Sep 17 00:00:00 2001 From: c7218dbbf9f505895a8aaf9fb500dff4 Date: Wed, 19 Oct 2022 16:02:51 +0000 Subject: [PATCH] Correction du fichier-markdown.md --- module1/exo2/fichier-markdown.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7690fb9..2cef302 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -6,15 +6,15 @@ Une phrase sans rien *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://fun-mooc.fr) Une ligne de `code` ## Sous-partie 2 : listes -__Liste à puce__ +**Liste à puce** - item - sous-item @@ -22,7 +22,7 @@ __Liste à puce__ - item - item -__Liste numérotée__ +**Liste numérotée** 1. item 2. item @@ -30,4 +30,6 @@ __Liste numérotée__ ## 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