From 1c5563a73f52c4e68830109bf28e2bcaa94f6cd8 Mon Sep 17 00:00:00 2001 From: 631e6910dca05270725282d8bb87dc9f <631e6910dca05270725282d8bb87dc9f@app-learninglab.inria.fr> Date: Sat, 9 Jan 2021 16:31:54 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e2fa5e6..0369d36 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,23 +2,23 @@ ## Sous-partie 1 : texte Une phrase sans rien Une phrase en *italique* -Une phrase en **gras** +**Une phrase en gras** Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -Une ligne de print ``` ("code") ``` +Une ligne de print `code` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - sous-item - sous-item - item - item -Liste numérotée +**Liste numérotée** 1. item 2. item 3. item Sous-partie 3 : code ``` -print(" Extrait de code") +# Extrait de code ``` -- 2.18.1