From 92ca5d8fde0cc13cd13baa9be7b4744e5939a2be Mon Sep 17 00:00:00 2001 From: eeeaabaf58917c788a7df391b3aec8ad Date: Thu, 22 Apr 2021 00:06:09 +0000 Subject: [PATCH] Update fichier-markdown.md correction --- module1/exo2/fichier-markdown.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c42aedf..c8b541f 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,12 +1,14 @@ # Partie 1 + ## Sous-partie 1 : texte + Une phrase sans rien *Une phrase en italique* **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/ "https://www.fun-mooc.fr/fr/") +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) Une ligne de `code` @@ -14,11 +16,11 @@ Une ligne de `code` **Liste à puce** -* item - * sous-item - * sous-item -* item -* item +- item + - sous-item + - sous-item +- item +- item **Liste numérotée** @@ -28,4 +30,6 @@ Une ligne de `code` ## Sous-partie 3 : code -> `# Extrait de code` \ No newline at end of file +``` +# Extrait de code +``` \ No newline at end of file -- 2.18.1