From c9734250a1422fda425b5aaf8781c6f2a30a50aa Mon Sep 17 00:00:00 2001 From: 522fe93ec70c6fcc33ce370c8267fa94 <522fe93ec70c6fcc33ce370c8267fa94@app-learninglab.inria.fr> Date: Tue, 14 Apr 2020 15:07:56 +0000 Subject: [PATCH] Update ffichier-markdown.md --- module1/exo2/ffichier-markdown.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module1/exo2/ffichier-markdown.md b/module1/exo2/ffichier-markdown.md index 179bb65..8ca842b 100644 --- a/module1/exo2/ffichier-markdown.md +++ b/module1/exo2/ffichier-markdown.md @@ -1,6 +1,6 @@ -#PARTIE 1 +# PARTIE 1 -##Sous-partie 1:texte +## Sous-partie 1:texte Une phrase sans rien @@ -12,11 +12,11 @@ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` -##Sous-partie 2: listes +## Sous-partie 2: listes **Liste a puce** --item 1 +- item 1 - item 1a - item 1b -item 2 @@ -28,6 +28,6 @@ Une ligne de `code` 2. item 2 3. item 3 -##Sous-partie 3: code +## Sous-partie 3: code -print (# Extrait de code) \ No newline at end of file +print(# Extrait de code) \ No newline at end of file -- 2.18.1