From bd1cb9e6a4a77a74e84edd73ad48b40347c9ca6a Mon Sep 17 00:00:00 2001 From: Silver <8fcee6303569872581fc4c6325d73346@app-learninglab.inria.fr> Date: Thu, 4 Feb 2021 16:59:19 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 1709638..b7ca83b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,4 +1,4 @@ -# PARTIE 1 +# Partie 1 ## Sous-partie 1 : texte @@ -10,26 +10,26 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -`print("Hello World")` +Une ligne de `code` ## Sous-partie 2 : listes -#### liste à puce +** liste à puce ** - item - - sous item - - sous item + - sous-item + - sous-item - item - item -#### liste sous numérotée +** liste numérotée ** 1. item 2. item 3. item -## Sous-partie 2 : code +## Sous-partie 3 : code ``` # Extrait de code -```` \ No newline at end of file +``` \ No newline at end of file -- 2.18.1