From cc31e7bfbbde949ad587d7cc3428c342dd768006 Mon Sep 17 00:00:00 2001 From: c8c97f9cb8c3a20740b5dc4b6225c706 Date: Fri, 3 Apr 2020 16:43:31 +0000 Subject: [PATCH] =?UTF-8?q?Deuxi=C3=A8me=20Markdown,=20correction=20d'erre?= =?UTF-8?q?urs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7c2e5c6..90f9e28 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ # Partie 1 -## Sous-partie 1 +## Sous-partie 1 : texte Une phrase sans rien @@ -8,26 +8,26 @@ _Une phrase en italique_ **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` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - - sous-item + - sous-item - sous-item - item - item -Liste numérotée -1. item -2. item +**Liste numérotée** +1. item +2. item 3. item -### Sous-partie 3 : code +## Sous-partie 3 : code ``` # Extrait de code -``` +``` \ No newline at end of file -- 2.18.1