From 4202c04efdf492430694518d220a43e4137600ab Mon Sep 17 00:00:00 2001 From: 323dd451a676434869b3cc3c0d65fdda <323dd451a676434869b3cc3c0d65fdda@app-learninglab.inria.fr> Date: Thu, 26 Mar 2020 07:57:40 +0000 Subject: [PATCH] =?UTF-8?q?R=C3=A9daction=20en=20markdown=20pour=20exo2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 76a13ca..5753ddc 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,34 @@ -# Partie 1 \ 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 +``` +Extrait de code +``` \ No newline at end of file -- 2.18.1