From 4d4d699d6727394c5ee6f0b22b953967f5cfa72f Mon Sep 17 00:00:00 2001 From: d7c7db59c0b2f422c65ebb1d22a0db91 Date: Thu, 23 Apr 2020 16:35:46 +0000 Subject: [PATCH] =?UTF-8?q?Reponse=20=C3=A0=20l'exercice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 37 +++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..fff0cbc 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,36 @@ -test \ No newline at end of file +# Partie 1 + +## Sous-partie : 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