diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index cae5ba247a74a6dd3788eefad200c3ae98d895ba..037ba91cf9b7bb294c1340a79981e195ea93184b 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