diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md
index 30d74d258442c7c65512eafab474568dd706c430..04ced5bc78e02bd838c70f40609000c3ad2cae53 100644
--- a/module1/exo2/fichier-markdown.md
+++ b/module1/exo2/fichier-markdown.md
@@ -1 +1,34 @@
-test
\ No newline at end of file
+
Partie 1
+
+ Sous-partie 1 : texte
+
+Une phrase sans rien
+
+*une phrase en italique*
+
+**une phrase en gras**
+
+Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/)
+
+Une line de `code`
+
+ Sous Partie 2 : listes
+
+**liste à puce**
+
+- Item
+ - sous item1
+ - sous item2
+
+**Liste numérotée**
+
+1. item
+2. item
+3. item
+
+ Sous Partie 3 : code
+
+```
+#Extrait de code
+
+```
\ No newline at end of file