From ccfef2c264a1f88b290c16042c20b2e3c11df4f2 Mon Sep 17 00:00:00 2001 From: 4518b690809fa3b691c9db1f7d2a025c <4518b690809fa3b691c9db1f7d2a025c@app-learninglab.inria.fr> Date: Thu, 26 Mar 2020 15:05:17 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20apr=C3=A8s=20diff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b9190d5..cc68a55 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ # Partie 1 -## Sous-partie 1 : +## Sous-partie 1 : texte Une phrase sans rien @@ -8,27 +8,28 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` ## Sous-partie 2 : listes **Liste à puce** -- iteml - - sous-item - - sous-item + +- item + - sous-item + - sous-item +- item - item -- item- **Liste numérotée** -1. item1 -2. item2 -3. item3 +1. item +2. item +3. item ## Sous-partie 3 : code ``` -Extrait de code +# Extrait de code ``` \ No newline at end of file -- 2.18.1