From 356cdf508f7c130a224ca546cc61909247932c41 Mon Sep 17 00:00:00 2001 From: c3262c9885245e7290911789c5eaf9b2 Date: Sun, 29 Oct 2023 20:27:33 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 0134c71..b40741e 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,35 +1,35 @@ # Partie 1 -## Sous-partie 1: texte +## Sous-partie 1 : texte -Une phrase sans rien +Une phrase sans rien -_Une phrase en italique_ +*Une phrase en italique* -__Une phrase en gras__ +**Une phrase en gras** Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` -## Sous-partie 2: listes +## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - sous-item - sous-item --item --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 -- 2.18.1