diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index fc876354ed23d5b7dd6e9ef979770e9a8f596daa..cc19e436866b705788c9a8cc05ea82bcf79610b3 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 @@ -10,19 +10,26 @@ Une phrase sans rien 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 +## Sous-partie 2 : listes + +**Liste à puce** + +- item + - sous-item + - sous-item +- item +- item +- +**Liste numérotée** -Liste à puce -● item - ❍ sous-item - ❍ sous-item -● item -● item -Liste numérotée 1. item 2. item 3. item -###Sous-partie 3 : code +### Sous-partie 3 : code + +``` +# Extrait de code +``` \ No newline at end of file