From bcaa3e7a31ae84f2260846db1434aa3718014736 Mon Sep 17 00:00:00 2001 From: 76f66a42d719147994d2fc9bf926aec6 <76f66a42d719147994d2fc9bf926aec6@app-learninglab.inria.fr> Date: Sun, 24 May 2020 15:36:46 +0000 Subject: [PATCH] =?UTF-8?q?Exercice=20r=C3=A9alis=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..71d7efe 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,18 @@ -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://www.fun-mooc.fr) +* Une ligne de `code` +* ## Sous-partie 2 : listes +* Liste à puce +* - Item +* - sous-item +* - sous-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