From a6577cd866e90dab906a97b134064d4ceaea4126 Mon Sep 17 00:00:00 2001 From: 08f1760e6459da998cfa8322a2526d05 <08f1760e6459da998cfa8322a2526d05@app-learninglab.inria.fr> Date: Mon, 25 Apr 2022 11:53:57 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 34 +++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..226b637 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,33 @@ -test \ No newline at end of file +# Partie 1 +## Sous-Partie 1 : Test +Le ciel est bleu + +*le ciel est couvert* + +**Le ciel est gris** + +Lien vers [FunMOOC](http://fun-mooc.fr) + +Le code : `print("Hello world!")` + +## Sous-Partie 2 : Test + +**Liste a puce** + +- Item 1 +- Item 2 + - Item 2a + - Item 2b +- Test item + - Test sous item + +**Liste numérotée** + +1. item +2. item +3. item + +**CODE** +``` +print("Hello world!") +``` \ No newline at end of file -- 2.18.1