From 0a5a98d4ea089103316159cf733e427ecfa086fe Mon Sep 17 00:00:00 2001 From: 0ac65f62d21d982ba39b93c80cd9db24 <0ac65f62d21d982ba39b93c80cd9db24@app-learninglab.inria.fr> Date: Wed, 2 Aug 2023 13:31:55 +0000 Subject: [PATCH] =?UTF-8?q?Compl=C3=A9tion=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c7d454e..2c825d5 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,5 +8,28 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) +Une ligne de `code` + +## Sous-partie 2 : listes + +### Liste à puce + +- item + - sous-item + - sous-item +- item +- item + +### Liste numérotée + +1. item +2. item +3. item + +## Sous-partie 3 : code + +``` +# Extrait de code +``` \ No newline at end of file -- 2.18.1