From 75b224eac03d8ffa003b8ead124b0c205786680a Mon Sep 17 00:00:00 2001 From: 30cd16dbdab4ef43f1f974130cba618e <30cd16dbdab4ef43f1f974130cba618e@app-learninglab.inria.fr> Date: Thu, 20 Oct 2022 21:45:12 +0000 Subject: [PATCH] Update fichier-markdown.md --- 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 9cd26c3..869825b 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,19 @@ -#titre \ No newline at end of file +# Partie 1 +## Sous partie 1 + +*Texte en italique* +**Texte en gras** +Voici un lien vers google [Lien](https://google.com/ "google"). + +## Sous partie 2 + +- ListP 1 +- ListP 2 +- ListP 3 + +1. ListN 1 +2. ListN 2 +3. ListN 3 + +Voici un code Python: +`print("Hello World !")` \ No newline at end of file -- 2.18.1