From e35be1edd5b547e6566cffcda97ac13368903995 Mon Sep 17 00:00:00 2001 From: b0405a09a27327d6e3545e5f2dda1080 Date: Fri, 1 Apr 2022 08:31:25 +0000 Subject: [PATCH] =?UTF-8?q?Update=20:=20oubli=20de=20la=20liste=20num?= =?UTF-8?q?=C3=A9rot=C3=A9e=20et=20correction=20du=20code=20(sous=20partie?= =?UTF-8?q?=203)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7fd3a81..584dc6a 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -22,8 +22,14 @@ __Liste à puce__ - item - item +__Liste numérotée__ + +1. item +2. item +3. item + ## Sous-partie 3 : code ``` -print("# Extrait de code") +# Extrait de code ``` \ No newline at end of file -- 2.18.1