From d85b1c741374bd579284b4a341ffa9d65a34ec7b Mon Sep 17 00:00:00 2001 From: 1affb6a270b94ae1aa2914210661b070 <1affb6a270b94ae1aa2914210661b070@app-learninglab.inria.fr> Date: Tue, 31 Mar 2020 15:48:14 +0000 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20de=20l'exo2=20:=20modification=20d?= =?UTF-8?q?u=20fichier-markdown.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..04505c3 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,15 @@ -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 +iteml +sous-item +sous-item +itemlitemlListe numérotéeitem1.item2.item3.Sous-partie 3 : cod \ No newline at end of file -- 2.18.1