From ee67bd3d1abf079863e90905be3a4a826a6c0d63 Mon Sep 17 00:00:00 2001 From: 9d2499399a3700fb740d7377945ae140 <9d2499399a3700fb740d7377945ae140@app-learninglab.inria.fr> Date: Sun, 5 Apr 2020 20:15:14 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 3d82ec3..2f280cf 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,7 +8,7 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun.mooc.fr) -Une ligne de `code` +Une ligne de ```code``` ## Sous-partie 2 : listes **Liste à puces** @@ -25,6 +25,7 @@ Une ligne de `code` 3. item ## Sous-partie 3 : code - ``` - # Extrait de code - ``` \ No newline at end of file + +``` +# Extrait de code +``` \ No newline at end of file -- 2.18.1