diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b71cf72bf8780cda2fe1e9a72f5947fcab73dfa7..9bea28b25200d30ea38065ca85aa8a3d566bdc32 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ # Partie 1 -# Sous-partie 1 : texte +## Sous-partie 1 : texte Une phrase sans rien @@ -8,25 +8,28 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc](https://www.fun-mooc.fr/fr/) +Un lien vers [fun-mooc](https://www.fun-mooc.fr/) -Une ligne de ```code``` +Une ligne de `code` -# Sous-partie 2 : listes +## Sous-partie 2 : listes -**liste à puce** +**Liste à puce** - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item **Liste numérotée** -1. Item -2. Item -3. Item +1. item +2. item +3. item # Sous-partie 3 : Code +``` +# Extrait de code +``` \ No newline at end of file