diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 85170e4ffb3c10e2d105158f5190b508caa9488b..a525b35f94b393c3ceb21cc9a29893a4ae55b600 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 *Une phrase en italique* @@ -8,7 +8,7 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) Une ligne de `code` -##Sous-partie 2 : listes +## Sous-partie 2 : listes **Liste à puce** - item @@ -23,7 +23,7 @@ Une ligne de `code` 2. item 3. item -##Sous-partie 3 : code +## Sous-partie 3 : code ```python # Extrait de code