From 438871cb4e0b083dbc304d219a7c80b1f1d8658b Mon Sep 17 00:00:00 2001 From: fc939ac0870ba00fbc8ef7cb81d1c1ed Date: Mon, 20 Jun 2022 08:54:22 +0000 Subject: [PATCH] =?UTF-8?q?Corrections=20mod=C3=A8le=20pdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7af40ec..5b4bc92 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,12 +1,16 @@ # Partie 1 ## Sous-partie 1 : texte Une phrase sans rien +\newline *Une phrase en italique* +\newline **Une phrase en gras** +\newline Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) +\newline Une ligne de ``` -print("code") -``` +print("code")``` + ## Sous-partie 2 : listes **Liste à puce** - Item @@ -18,6 +22,7 @@ print("code") 1. item 2. item 3. item + ## sous-partie 3 : code Une ligne de ``` print("# extrait de code") -- 2.18.1