From 17b57225492b3ef465f1c6c912dc7226c00f2171 Mon Sep 17 00:00:00 2001 From: b64740af82a51d47f70f6d60492a77fe Date: Wed, 15 Feb 2023 10:12:50 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 823accd..5d8d8c1 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,11 +1,36 @@ -test + # Test Markdown -## Sous-partie 1 : texte +## Texte Recherche Reproductible _Amusant_ **Very fun** -### Sous-partie 3 : code +Un lien vers:[ Fun-mooc.fr](https://www.fun-mooc.fr/fr/). + + `print()` + + +## Listes + +### Liste à puce +- Couleurs 1 + - Bleu + - Rosse + - Rouge + - Blanc + - Noir +- Brosses +- Toile + +### Liste numérotée +1. Introduction +2. Développement +3. conclusion + +## Sous-partie 3 : code +``` +print("Test Markdowm!") +``` -- 2.18.1