From d0803b777dc8a0f5fede727a36bc5f78f961d7c9 Mon Sep 17 00:00:00 2001 From: 12782d08dc272377a40984c4a19b5752 <12782d08dc272377a40984c4a19b5752@app-learninglab.inria.fr> Date: Thu, 24 Jun 2021 08:29:08 +0000 Subject: [PATCH] =?UTF-8?q?Int=C3=A9gration=20des=20donn=C3=A9es=20demand?= =?UTF-8?q?=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index f135c3e..2f8713c 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,7 +1,27 @@ -#Création du premier fichier Markdown +# Partie 1 -Etapes faites: -- Créer un nouveau directory exo2 -- Créer un nouveau fichier markdown -- Créer un titre et une liste non classée -- Créer un commit +## Sous-partie 1 + +*Une phrase en italique* +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](https://lms.fun-mooc.fr/) + +## Sous-partie 2: listes + +**Liste à puce** +- Premier item +- Deuxième item +- Troisième item + +**Liste numérotée** +1. Premier item +2. Deuxième item +3. Troisième item + +## Sous-partie 3: code + +``` +# Extrait de code + +``` -- 2.18.1