From cb62eba59cf43372f2881dda123ea397f4ab43c9 Mon Sep 17 00:00:00 2001 From: 248111c51d3bcbf9b09cc4dac4fd3399 <248111c51d3bcbf9b09cc4dac4fd3399@app-learninglab.inria.fr> Date: Wed, 17 Mar 2021 18:07:34 +0000 Subject: [PATCH] quelques corrections du fichier-markdown.md --- module1/exo2/fichier-markdown.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 1fdcd6c..0c15c9c 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 @@ -10,25 +10,25 @@ __Une phrase en gras__ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -Une ligne de 'code' +Une ligne de `code` -##Sous-partie 2 : listes +## Sous-partie 2 : listes -###Liste à puce +### Liste à puce - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item -###Liste numérotée +### Liste numérotée 1. item 2. item 3. item -##Sous-partie 3 : code -''' +## Sous-partie 3 : code +``` # Extrait de code -''' \ No newline at end of file +``` \ No newline at end of file -- 2.18.1