diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..55134da5b36d84f21ea9b55d286559d830a5f705 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,25 @@ -test \ No newline at end of file +# Partie 1 + +## This is a sub-part + +*hello in italic* + +**hello in bold** + +here is a link [wikihomepage](https://www.wikipedia.org/) + +here is a bullist list: + +- a +- b +- c + +a numbered list: + +1. x +2. y +3. z + +``` +# some code +```