From d057f51af60935c52751a49e50a4a534f2779932 Mon Sep 17 00:00:00 2001 From: b1e6a591a9c4a5d8c5d000eab4bce134 Date: Thu, 24 Nov 2022 14:07:49 +0000 Subject: [PATCH] =?UTF-8?q?Exercice=2001=202e=20oartie=20termin=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 37 +++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..b883bcf 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,36 @@ -test \ No newline at end of file +# 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://lms.fun-mooc.fr/) + +Une ligne de `code` + +## Sous-partie 2 : listes + +_Liste à puce__ + +- item + - sous-item + - sous-item +- item +- item + +__Liste numérotée__ + +1. item +2. item +3. item + +## Sous-partie 3 : code + +``` +# Extrait de code +``` + -- 2.18.1