From a2d0c9d49711891d6b8e3fe213c0c77a9d694fcc Mon Sep 17 00:00:00 2001 From: 0894b6c3e4a3401a642204c713905664 <0894b6c3e4a3401a642204c713905664@app-learninglab.inria.fr> Date: Wed, 8 Apr 2020 08:41:35 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b698458..b998170 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -6,9 +6,9 @@ Une phrase sans rien *Une phrase en italique* -**Un phrase en gras** +**Une phrase en gras** -Un lien vers [fun.mooc.fr](https://www.fun-mooc.fr/) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` @@ -16,13 +16,13 @@ Une ligne de `code` Liste à puce -* item - * sous-item - * sous-item -* item -* item +- item + - sous-item + - sous-item +- item +- item -Liste numérotée +*Liste numérotée* 1. item 2. item @@ -32,5 +32,4 @@ Liste numérotée ``` # Extrait de code -``` - +``` \ No newline at end of file -- 2.18.1