From 204fb0f241adfb1a889c71963002b8cb4fb6fe14 Mon Sep 17 00:00:00 2001 From: 39b43c6fa846848b4cab4d896f6c8764 <39b43c6fa846848b4cab4d896f6c8764@app-learninglab.inria.fr> Date: Mon, 10 Aug 2020 09:40:55 +0000 Subject: [PATCH] =?UTF-8?q?Exercice=201=20-=20partie=202=20:=20=C3=89crire?= =?UTF-8?q?=20un=20fichier=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 38 +++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..d69a9b8 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,37 @@ -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** + +Une lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + +Une ligne de `code` + +## 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 +``` + + -- 2.18.1