From dcee7202c6f25332550838c23d2ddc5f40fc2bee Mon Sep 17 00:00:00 2001 From: 8f7726592c23135ae5b65a064228781a <8f7726592c23135ae5b65a064228781a@app-learninglab.inria.fr> Date: Thu, 5 Aug 2021 09:19:46 +0000 Subject: [PATCH] version MAJ fichier-markdown.md --- module1/exo2/fichier-markdown.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..5c9bda8 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,25 @@ -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://lms.fun-mooc.fr) + +Une ligne de'code +## 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 + # Extrait de code \ No newline at end of file -- 2.18.1