From 6198893779fb24e0aec2d18ccb3f60db4887b8ab Mon Sep 17 00:00:00 2001 From: 422b3b2bc6aaa112c184ee1926b56a23 <422b3b2bc6aaa112c184ee1926b56a23@app-learninglab.inria.fr> Date: Mon, 4 May 2020 13:04:15 +0000 Subject: [PATCH] Update module1/exo2/fichier-markdown.md --- module1/exo2/fichier-markdown.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index cae5ba2..037ba91 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ -#Partie 1 +# Partie 1 -##Sous-partie 1 : texte +## Sous-partie 1 : texte Une phrase sans rien @@ -8,17 +8,17 @@ Une phrase sans rien __Une phrase en gras__ -Un lien vers fun-mooc.fr https://www.fun-mooc.fr/ - automatic! -[fun-mooc.fr](https://www.fun-mooc.fr/) +Un lien vers fun-mooc.fr [fun-mooc.fr] +(https://www.fun-mooc.fr/) -Une ligne de > code +Une ligne de print("code") -##Sous-partie 2 : listes +## Sous-partie 2 : listes Liste à puce - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item @@ -27,6 +27,6 @@ Liste numérotée 2. item 3. item -##Sous-partie 3 : code +## Sous-partie 3 : code print(# Extrait de code) \ No newline at end of file -- 2.18.1