From f6ea70503f56d0b7248535dea424e3049b28b4b2 Mon Sep 17 00:00:00 2001 From: aaa9c30b31abb6b20ce0aefe46b85784 Date: Mon, 30 Mar 2020 20:32:19 +0000 Subject: [PATCH] =?UTF-8?q?correction=202=20apr=C3=A8s=20comparaison?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 44b8385..fa69c73 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -7,28 +7,28 @@ Une phrase sans rien **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 - - sous-item + - sous-item + - sous-item - item - item -** Liste numérotée ** +**Liste numérotée** -1 item +1. item -2 item +2. item -3 item +3. item -## Sous-Partie 3 : code +## Sous-partie 3 : code ``` bash # Extrait de code -- 2.18.1