From 59adaecda1aa0977206d55246c43dcfab90cd684 Mon Sep 17 00:00:00 2001 From: a06d37270cecb396434d627b4332c8a3 Date: Tue, 16 Nov 2021 13:19:01 +0000 Subject: [PATCH] =?UTF-8?q?Exercice=20d'=C3=A9criture=20d'un=20fichier=20p?= =?UTF-8?q?df=20avec=20Markdown?= 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..e33afa2 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 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 +0. item +0. item + +## Sous-partie 3 : code + + # Extrait de code -- 2.18.1