From bc5199b643666716b0f38ca943b8fdf5eec6e189 Mon Sep 17 00:00:00 2001 From: 8652a649aef3b7b6b6684326c5d50431 <8652a649aef3b7b6b6684326c5d50431@app-learninglab.inria.fr> Date: Tue, 30 May 2023 10:10:08 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 084beb3..c83bff1 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,17 +8,17 @@ _Une phrase en italique_ **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''' +Une ligne de ```code``` ## Sous-partie 2 : listes **Liste à puce** - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item @@ -30,4 +30,4 @@ Une ligne de '''code''' ## Sous-partie 3 : code -print(#Extrait de code) +print("#Extrait de code") -- 2.18.1