From 9d31e09a1cce3339d1304e9edcdeaddd7cb555af Mon Sep 17 00:00:00 2001 From: 906a4f494f4ba26c398ed74cb4de7b36 <906a4f494f4ba26c398ed74cb4de7b36@app-learninglab.inria.fr> Date: Wed, 11 Nov 2020 08:48:50 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20"correction=20=C3=A9criture=20extrait?= =?UTF-8?q?=20de=20code=20et=20remplacement=20des=20sous-sous=20paragraphe?= =?UTF-8?q?s=20par=20texte=20en=20gras"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 66e89474160c0ef64fbfef1e88bca448708bb2d0 --- module1/exo2/fichier-markdown.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c07f900..eca316e 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -12,23 +12,20 @@ Une ligne de `code` ## Sous-partie 2 : listes - -** Liste à puces ** +### Liste à puces - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item -** Liste numérotée ** +### Liste numérotée -1. item +1. item 2. item 3. item -** Sous-partie 3 : code ** +## Sous-partie 3 : code -``` -# Extrait de code` -``` +` # Extrait de code` -- 2.18.1