From 520a59a1a280bbdbf43bda2f31a6bed4e3001b6d Mon Sep 17 00:00:00 2001 From: bf247e44d3a971ad527e0b2ecda3ccd7 Date: Tue, 29 Aug 2023 11:24:32 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20des=20listes=20=C3=A0=20puces=20et?= =?UTF-8?q?=20des=20alin=C3=A9as?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index bc018be..ec71da8 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,20 +1,29 @@ # 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/) + Une ligne de `code` ## Sous partie 2 : listes **Liste à puce** - item + -sous-item + -sous-item --item --item -**Liste numérotée +- item + +- item + +**Liste numérotée** 1. item 2. item 3. item -- 2.18.1