From 96f890631d68bde6cdc12573fed691e655a9d50d Mon Sep 17 00:00:00 2001 From: nrabilloud <9c9ca5b1f0e14f8833c4d54bdc6c88a1@app-learninglab.inria.fr> Date: Fri, 1 Mar 2024 11:37:50 +0000 Subject: [PATCH] Update fichier-markdown.md to fit the pdf document --- module1/exo2/fichier-markdown.md | 35 +++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..9190f34 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,34 @@ -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 - automatic! +[Fun-Mooc](http://fun-mooc.fr) + +Une ligne de code + +Sous-partie 2 : listes + +**Liste à puce** +- iteml + - sous-itemm + - sous-itemm +- iteml +- iteml + +**Liste numérotée** +1. item1. +2. item2. +3. item3. + + +## Sous-partie 3 : code +``` +print('#Extrait de code') +``` \ No newline at end of file -- 2.18.1