From 92e55ee2aeea25095b82c3b2b32d2ac01484d7a3 Mon Sep 17 00:00:00 2001 From: bd4afd57eca4fa1c8d0d64b9b7e2fdaf Date: Sat, 10 Oct 2020 15:58:04 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 16a1a28..878277c 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -3,8 +3,13 @@ ## Sous-partie 1 : texte Une phrase sans rien -_Une phrase en italique_ + +*Une phrase en italique* + +**Une phrase en gras** + Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + Une ligne de `code` ## Sous-partie 2 : listes @@ -16,7 +21,6 @@ Une ligne de `code` - sous-item - item - item -- **Liste numérotée** @@ -28,4 +32,4 @@ Une ligne de `code` ``` # Extrait de code -``` +``` \ No newline at end of file -- 2.18.1