From 33cb87b412af5f6b6c2737393faa61b2e3cf0d62 Mon Sep 17 00:00:00 2001 From: 47d07510df84c8e10a21889149b23ec9 <47d07510df84c8e10a21889149b23ec9@app-learninglab.inria.fr> Date: Mon, 31 May 2021 08:09:18 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20du=20fichier=20pr=C3=A9existant?= 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..086fa1e 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 italique_ + +__Une phrase en gras__ + +Un lien vers [fun-mooc.fr](https://www.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 \ No newline at end of file -- 2.18.1