diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..d8a5b5dd5c0106b24f048867908a50947969432b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,22 @@ -test \ No newline at end of file +# Part 1 test +## Subpart 1: text +A sentence without anything +*A sentence in italics* +**A sentence in bold** +A link to [fun-mooc.fr](https://www.fun-mooc.fr/) +A line of `code` +## Subpart 2: Lists +**Bulleted list** +- item + - sub-item + - sub-item +- item +- item +**Numbered List** +1. item +2. item +3. item +## Subpart 3: Code +``` +# Code snippet +``` \ No newline at end of file