diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..a5a17d421549a9e506679482abe1a197c984ac70 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,20 @@ -test \ No newline at end of file +# Partie 1 +## sub partie 1 +*This is italic text* +**This is bold text** +http://github.com + +- To buy today in the supermarket: + - juice + - slipper + - ipad cable + +1. January +2. Feburary + 1. 29 days + 2. 28 days +3. March + +``` +print("Hello world!") +``` \ No newline at end of file