From 2830b72d2d15656b006d1b9a3d2aa08ee0ce3d85 Mon Sep 17 00:00:00 2001 From: 741dd16a400b6a27c9b4a69b7d9a1349 <741dd16a400b6a27c9b4a69b7d9a1349@app-learninglab.inria.fr> Date: Mon, 21 Nov 2022 23:55:56 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 905e662..cc68a55 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,4 +1,5 @@ # Partie 1 + ## Sous-partie 1 : texte Une phrase sans rien @@ -14,6 +15,7 @@ Une ligne de `code` ## Sous-partie 2 : listes **Liste à puce** + - item - sous-item - sous-item @@ -21,11 +23,13 @@ Une ligne de `code` - 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