diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..47482811a485090b09e8cd6e38378a26f6517837 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 + +## Sub-parts + +*Less is more (in italic)* + +**Less is more (in bold)** + +A link to [CSC](https://www.csc.edu.cn/chuguo) + +Bullet list +- Title 1 +- Title 2 + - Sub-title 2a + - Sub-title 2b + +Numbered list +1. Title 1 +2. Title 2 + 1. Title 2a + 2. Title 2b + +``` +Hello World ! +``` \ No newline at end of file