From 60009118acbf619384bd0f51abd55bc1b830fac2 Mon Sep 17 00:00:00 2001 From: dbaba6ae81ab701e87625ee1249bb266 Date: Sat, 8 Jan 2022 16:37:10 +0000 Subject: [PATCH] Update 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 e516a31..63d8c86 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,21 +8,21 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](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 2. item @@ -30,4 +30,6 @@ Une ligne de `code` ## Sous-partie 3 : code +``` # Extrait de code +``` -- 2.18.1