From 8443f1a10992377f30a19ce4f7ffe138bba7e9ab Mon Sep 17 00:00:00 2001 From: 8d8f65243a3005308e219351e328782f <8d8f65243a3005308e219351e328782f@app-learninglab.inria.fr> Date: Wed, 15 Apr 2020 11:46:03 +0000 Subject: [PATCH] =?UTF-8?q?Update=20fichier-markdown.md,=20premi=C3=A8re?= =?UTF-8?q?=20version=20compl=C3=A8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 4448846..48f40af 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -10,7 +10,7 @@ __Une phrase en gras__ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) -Une ligne de *code* +Une ligne de ```code``` ## Sous-partie 2 : listes @@ -30,4 +30,7 @@ __Liste numérotée__ ## Sous-partie 3 : code -*Extrait de code* \ No newline at end of file +``` +print("Hello world!") +``` + -- 2.18.1