From 34c57f1cb92b08d33883328af5265f45cea84e9f Mon Sep 17 00:00:00 2001 From: 598666c004aa66dafe267918c018dba3 <598666c004aa66dafe267918c018dba3@app-learninglab.inria.fr> Date: Mon, 21 Feb 2022 16:17:17 +0000 Subject: [PATCH] Correction fichier-markdown.md --- module1/exo2/fichier-markdown.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index fe1a57c..ce5b4d4 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/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 +- item + - sous-item + - sous-item - item - item @@ -31,5 +31,5 @@ __Liste numérotée__ ## Sous-partie 3 : code ``` -print(# Extrait de code) +# Extrait de code ``` \ No newline at end of file -- 2.18.1