From 9f44d5d6f2e2304f0e7a150354b39bb26c4a1323 Mon Sep 17 00:00:00 2001 From: ec11d4f067cc23c820aa71cb097f43d4 Date: Fri, 27 Mar 2020 15:49:48 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 4c9fccf..cc68a55 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,15 +14,15 @@ Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item -Liste numérotée +**Liste numérotée** 1. item 2. item -- 2.18.1