From 4ea866fe27ac52ba0b8f8b783aa9a76c967b9b2d Mon Sep 17 00:00:00 2001 From: f97c0beb06ab39a31030dce5c388d0fd Date: Tue, 10 Jun 2025 14:27:56 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..4748281 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 -- 2.18.1