From c2de076dcc10bb8556b883f1a549702492a90eda Mon Sep 17 00:00:00 2001 From: a80d5cf9c17ab15cce7df444d881dab0 Date: Tue, 17 Oct 2023 16:21:03 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 902ce27..cc68a55 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,27 +8,28 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](www.fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -Une ligne de ```code``` +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 3. item ## Sous-partie 3 : code + ``` # Extrait de code ``` \ No newline at end of file -- 2.18.1