From 8348400ac17a28b4ca0f7cf9e6bf5d49997c3caa Mon Sep 17 00:00:00 2001 From: dba1850e7d4b6dce1789fc1298789748 Date: Wed, 26 Jun 2024 13:48:36 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index a384c89..61f740b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,33 +1,35 @@ #Partie 1 -##Sous-partie 1 : texte +##Sous-partie 1 : texte -Une phrase sans rien +Une phrase sans rien *Une phrase en italique* **Une phrase en gras** -https://www.fun-mooc.fr/fr/ - automatic! -[GitHub](https://www.fun-mooc.fr/fr/) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) -Une ligne de print("code") +Une ligne de print'code' ##Sous-partie 2 : listes **Liste à puce** -item - -sous-item - -sous-item + -sous-item + -sous-item -item -item **Liste numérotée** -1.item -2.item -3.item +1. item +2. item +3. item ##Sous-partie 3 : code -print("#Extrait de code") \ No newline at end of file + +''' +#Extrait de code +''' \ No newline at end of file -- 2.18.1