From 7414781d86cd332682029acc18b5bfa9b0717211 Mon Sep 17 00:00:00 2001 From: f19f4a3921ee66cff15dd5e58871cbde Date: Tue, 9 Mar 2021 12:00:54 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 39 +++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..6bd2b9a 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,38 @@ -test \ No newline at end of file +# Partie 1 + +## Sous-Partie 1 : Texte + +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + + +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) + +``` +code python +print('Hello world') +``` + +## Sous-partie 2 : listes + +Liste à puce + +- item + - sous-item + - sous-item +- item +- item + +Liste numérotée +1. item +2. item +3. item + +## Sous-partie 3 : code +``` +#code python +print('Hello world') +``` \ No newline at end of file -- 2.18.1