diff --git a/module1/exo2/fichier-markdown_1.md b/module1/exo2/fichier-markdown_1.md
new file mode 100644
index 0000000000000000000000000000000000000000..3f11be438de7a1faa63fc68b78e70e0fbdea3259
--- /dev/null
+++ b/module1/exo2/fichier-markdown_1.md
@@ -0,0 +1,26 @@
+# This is an
tag
+## This is an tag
+###### This is an tag
+*This text will be italic*
+_This will also be italic_
+
+**This text will be bold**
+__This will also be bold__
+
+_You **can** combine them_
+- Item 1
+- Item 2
+ - Item 2a
+ - Item 2b
+
+Format: 
+http://github.com - automatic!
+[GitHub](http://github.com)
+As Kanye West said:
+
+> We're living the future so
+> the present is our past.
+To print some text with python, you should use the `print()` function.
+```
+print("Hello world!")
+```
\ No newline at end of file