From 6076c4c6e9308f10b63fcdd4a8085fac4bd8ab5b Mon Sep 17 00:00:00 2001 From: d37cafb96588d065a3387d6f0b46b25b Date: Wed, 15 Sep 2021 11:02:25 +0000 Subject: [PATCH] =?UTF-8?q?Exercice=202=20probl=C3=A8me=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..e7840e1 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,29 @@ -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/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 -- 2.18.1