From 66f32aca989f4365da7479351ea1e8373b2edffa Mon Sep 17 00:00:00 2001 From: 5a3e4464a22720e49b84c9e6793fd692 <5a3e4464a22720e49b84c9e6793fd692@app-learninglab.inria.fr> Date: Thu, 26 Aug 2021 22:13:42 +0000 Subject: [PATCH] =?UTF-8?q?Ecriture=20suivant=20mod=C3=A8le=20pdf=20du=20f?= =?UTF-8?q?ichier-markdown.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..9cbd60d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,31 @@ -test \ No newline at end of file +# Partie 1 + +## Sous-partie 1 : texte + +Une phrase sans rien + +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/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 -- 2.18.1