From 1c845ed9f1e30c3f710a93e653b4f7d086569dfd Mon Sep 17 00:00:00 2001 From: 3d3309d2cab4f9076a880f21264f9161 <3d3309d2cab4f9076a880f21264f9161@app-learninglab.inria.fr> Date: Mon, 7 Oct 2024 18:13:34 +0000 Subject: [PATCH] Ceci est mon premier commit --- module1/exo2/fichier-markdown.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..2d72490 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,19 @@ -test \ No newline at end of file +# Partie 1 + +## Sous partie 1-1 + +## Sous partie 1-2 + +**Ceci est un texte en gras** suivi d'un *teste en italique* + +[Github](https://www.bing.com/search?q=google.com&form=ANNTH1&refig=7ed5375d8f2f459d9a009263ae6a45f2&pc=U531) + +- liste 1 +- Liste 2 + +1. Numeroté 1 +2. Numeroté 2 + +``` +print('Le cours en dcision') +``` \ No newline at end of file -- 2.18.1