From e970c23e93b7fbfc8b6ea73ae7716bd5d51ae256 Mon Sep 17 00:00:00 2001 From: ef455b63489b4557b014255dd965f0ce Date: Tue, 2 Nov 2021 16:43:07 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/exo2/fichier-markdown.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module1/exo2/exo2/fichier-markdown.md b/module1/exo2/exo2/fichier-markdown.md index d97b79c..856b91c 100644 --- a/module1/exo2/exo2/fichier-markdown.md +++ b/module1/exo2/exo2/fichier-markdown.md @@ -1,6 +1,6 @@ # Partie 1 -## Sous-partie 1: texte +## **Sous-partie 1: texte** Une phrase san rien @@ -8,13 +8,13 @@ _Une phrase en italique_ **Une phrase en gras** -Un lieu vers: [fun-mooc.fr] (https://lms.fun-mooc.fr/) +Un lieu 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** -### Listes à puce +### **Listes à puce** - item - sous-item @@ -22,7 +22,7 @@ Une ligne de code - item - item -### Liste numérotée +### **Liste numérotée** 1. item 2. item @@ -30,6 +30,6 @@ Une ligne de code ## Sous-partie 3: code +``` # Extract de code - - - \ No newline at end of file +``` \ No newline at end of file -- 2.18.1