From ee9cde03774c6d3ad104b8e0eab400c0b0590899 Mon Sep 17 00:00:00 2001 From: 6870d61c58e6946ec72c57da6f214d2e <6870d61c58e6946ec72c57da6f214d2e@app-learninglab.inria.fr> Date: Mon, 11 Jan 2021 18:01:18 +0000 Subject: [PATCH] =?UTF-8?q?Exercice=201-2=20sans=20le=20fond=20gris=20fonc?= =?UTF-8?q?=C3=A9=20pour=20l'extrait=20de=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..0a7dcaa 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,30 @@ -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.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