From 60a43f00dc7bb032bebbb22e5774439fd49e4552 Mon Sep 17 00:00:00 2001 From: c98401104fe5f2c94825f4d2a3e933da Date: Tue, 23 Dec 2025 08:06:15 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..1c5dbd4 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,30 @@ -test \ No newline at end of file +# Partie 1 + +## Introduction + +Dans ce document, je présente un exemple simple d’écriture en Markdown. +Ce fichier a été rédigé dans le cadre du MOOC « Recherche reproductible ». + +Ceci est un texte en *italique* et ceci est un texte en **gras**. + +Voici un lien vers le site du MOOC : +[Recherche reproductible](https://www.fun-mooc.fr) + +## Listes + +### Liste à puces +- Premier élément +- Deuxième élément +- Troisième élément + +### Liste numérotée +1. Élément un +2. Élément deux +3. Élément trois + +## Code + +Voici un exemple de bloc de code en Python : + +```python +print("Hello world") \ No newline at end of file -- 2.18.1