From eaf06132eabe214beac92c5e7e818f440f8f09ae Mon Sep 17 00:00:00 2001 From: ec05da226ab8240df36990c29f8ac768 Date: Mon, 6 Jul 2020 13:39:55 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..79ed53b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,23 @@ -test \ No newline at end of file +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien +*Une phrese sans rien* +__Une phrase sans rien__ +Un lien vers [fun-mooc.fr](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 +Extrait de code \ No newline at end of file -- 2.18.1