From 7cfd9f06bc0d27dfda0135ee0c309ca1edd11f1b Mon Sep 17 00:00:00 2001 From: fd7858a65ee534a8ef293c5c69adb408 Date: Wed, 26 Jun 2024 10:34:18 +0000 Subject: [PATCH] =?UTF-8?q?R=C3=A9alisation=20Exo=202=20fichier-markdown.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e14ad65..dad385e 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,3 +1,20 @@ # Partie 1 -# Sous partie 1: texte -Une phrase sans rien \ No newline at end of file +## Sous partie 1: texte +Une phrase sans rien +*Une phrase en italique* +**Une phrase en graq** +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 +**Liste numéroté** +1. item +2. item +3. item + +## Sous-patie 3: code + +```Extrait de code \ No newline at end of file -- 2.18.1