From f7698548163e2868580bac739124a4827e7d620a Mon Sep 17 00:00:00 2001 From: 7b6ab3e907fcca64ce4257f26cd31e57 <7b6ab3e907fcca64ce4257f26cd31e57@app-learninglab.inria.fr> Date: Tue, 4 Jan 2022 11:08:55 +0000 Subject: [PATCH] =?UTF-8?q?=C3=89crire=20du=20texte=20en=20italique=20et?= =?UTF-8?q?=20en=20gras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 3ec7910..5d65cb7 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,6 +2,10 @@ ## Sous-partie 1 : texte -## Sous-partie 3 : listes +_Une phrase en italique_ + +__Une phrase en gras__ + +## Sous-partie 2 : listes ## Sous-partie 3 : code \ No newline at end of file -- 2.18.1