From 92993d07cefc787c3640f9eefc26f19d8decb2bd Mon Sep 17 00:00:00 2001 From: cff7102486a296f3268a16457e94c80a Date: Mon, 7 Jul 2025 11:50:39 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index a1cfb97..dc87b11 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,22 +1,35 @@ # Partie 1 -## Sous-partie 1: texte + +## Sous-partie 1 : texte + Une phrase sans rien + *Une phrase en italique* + **Une phrase en gras** -Un lien vers [fun-mooc.fr] (https://lms.fun-mooc.fr/) -Une lighe de `code` -## Sous-partie 2: listes -### Liste à puce + +Un lien vers [fun-mooc.fr] (https://www.fun-mooc.fr/) + +Une ligne de `code` + +## Sous-partie 2 : listes + +** Liste à puce** + - 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 +## Sous-partie 3 : code +``` +# Extrait de code +``` \ No newline at end of file -- 2.18.1