From 7f71e9a499846f0f07540a07eb38022aaf631bb4 Mon Sep 17 00:00:00 2001 From: 312f8f53d3812d2954a70ab453536e7f <312f8f53d3812d2954a70ab453536e7f@app-learninglab.inria.fr> Date: Mon, 27 Apr 2020 16:31:21 +0000 Subject: [PATCH] Replace fichier-markdown.md --- module1/exo2/fichier-markdown.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..0d86574 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,28 @@ -test \ No newline at end of file +#Partie 1 + +##Sous-partie 1:texte + +Une phrase sans rien +_Une phrase en itallique_ +__Une phrase sans rien__ +Un lien vers [fun-mooc.fr](http://fun-mooc.fr) +print("Hello world!") + +##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 + print("Hello world!") -- 2.18.1