From bcdd3ee2f48e53c332378dfaf7f754aab416c961 Mon Sep 17 00:00:00 2001 From: 379ce20dc7452d3ac3371f27607c5af9 <379ce20dc7452d3ac3371f27607c5af9@app-learninglab.inria.fr> Date: Mon, 24 Aug 2020 18:00:48 +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..a94ca01 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 phrase en italique_ +__Une phrase en gras__ +Un lien vers [Fun-Mooc](https://www.fun-mooc.fr/) +Une ligne de code 'print("Hello world!")' + +##Sous-partie 2 : listes +#####Liste à puce +-l item +--m sous-item +--m sous-item +-l item +-l item +#####Liste numérotée +1. item +2. item +3. item + +##Sous-partie 3 : code +'print("Hello world!")' \ No newline at end of file -- 2.18.1