From 0dd76ba64f0a1e1e4610fe7543023e3bb56bff52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Rousseau?= Date: Tue, 28 Mar 2023 09:07:03 +0000 Subject: [PATCH] =?UTF-8?q?Correction=201=20mod=C3=A8le=20PDF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 60c1239..307ed69 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ -# **Partie 1** +# Partie 1 -## **Sous-partie 1 : texte** +## Sous-partie 1 : texte Une phrase sans rien @@ -8,17 +8,17 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` -## **Sous-partie 2 : listes** +## Sous-partie 2 : listes **Liste à puces** - item - - sous item - - sous item + - sous-item + - sous-item - item - item @@ -28,6 +28,10 @@ Une ligne de `code` 2. item 3. item -## **Sous-partie 3 : code** +## Sous-partie 3 : code -`# Extrait de code` \ No newline at end of file +``` + +# Extrait de code + +``` \ No newline at end of file -- 2.18.1