From c52e0cae4f552ebc4f9a5c718934cce52e42a45d Mon Sep 17 00:00:00 2001 From: dfe259f96852aeab60865af43d24f828 Date: Tue, 20 Sep 2022 15:17:20 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 9e8fb00..1103c1d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ # Partie 1 -## Sous-partie 1: texte +## Sous-partie 1 : texte Une phrase sans rien @@ -10,14 +10,14 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -une ligne de print("code") +une ligne de `code` ## Sous-partie 2: listes -*Liste à puces* +*Liste à puce* - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item @@ -26,6 +26,7 @@ Liste numérotée 1. item 2. item 3. item + ## Sous-partie 3: code ``` -- 2.18.1