From 08f179aec66049867eb71111c76f491cbd0bc427 Mon Sep 17 00:00:00 2001 From: c84ccd880bb11a6bef90abbcb5235a21 Date: Tue, 3 Oct 2023 08:43:38 +0000 Subject: [PATCH] Exercice 2 - tentative 1 --- module1/exo2/fichier-markdown.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..5d93c11 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,24 @@ -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** +https://www.fun-mooc.fr/ - automatic! +[fun mooc](https://www.fun-mooc.fr/) +Une ligne de print("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 +print("# Extrait de code") \ No newline at end of file -- 2.18.1