From 608c35cd66ae7667ff6c3b36010ed617f5dad3c8 Mon Sep 17 00:00:00 2001 From: d673626e3823c315c4fb8df298c44ddd Date: Thu, 23 Apr 2020 15:12:06 +0000 Subject: [PATCH] Update 3 fichier-markdown.md --- module1/exo2/fichier-markdown.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 28fd778..7fddcd1 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -4,9 +4,9 @@ Une phrase sans rien -_ Une phrase en italique _ +_Une phrase en italique_ -__ Une phrase en gras __ +__Une phrase en gras__ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) @@ -14,7 +14,7 @@ Une ligne de `code` ## Sous-partie 2 : listes -__ Liste à puce __ +__Liste à puce__ - item - sous-item @@ -22,7 +22,7 @@ __ Liste à puce __ - item - item -__ Liste numérotée __ +__Liste numérotée__ 1. item 2. item -- 2.18.1