From 8872410a3b0145214f73cb9e87b0d79bd5d95b77 Mon Sep 17 00:00:00 2001 From: JanJ Date: Tue, 5 Oct 2021 06:24:17 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20fichier=20markdown,?= =?UTF-8?q?=20qui=20=C3=A9tait=20d=C3=A9j=C3=A0=20l=C3=A0=20et=20m'attenda?= =?UTF-8?q?it.=20En=20esp=C3=A9rant=20que=20ce=20soit=20bon.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 34 +++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..76cbaf3 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,33 @@ -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://lms.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