From 3b862a9c9a7337b8b115448eb3822d9730b36f27 Mon Sep 17 00:00:00 2001 From: 7c8b98dd05a86d272dc44ef63cc416c0 <7c8b98dd05a86d272dc44ef63cc416c0@app-learninglab.inria.fr> Date: Tue, 15 Jun 2021 12:06:14 +0000 Subject: [PATCH] =?UTF-8?q?Exercice=20"=C3=89crire=20un=20fichier=20markdo?= =?UTF-8?q?wn"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 36 +++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..c7276e5 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,35 @@ -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/fr/) + +## Sous-partie 2 : listes + + +**Liste à puces** + + - 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