diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index cc5b7fdadec80eb016394c5a3e599e7a817c3643..801189908537d97538daa0a15f085726d7127640 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -3,6 +3,8 @@ Une phrase sans rien +*Une phrase en italique* + __Une phrase en gras__ Un lien vers [Fun-Mooc : ](https://www.fun-mooc.fr/) @@ -11,7 +13,7 @@ Une ligne de `code` ## Sous-partie 2 : listes -liste à puce +__liste à puce__ * item * sous-item @@ -19,7 +21,7 @@ liste à puce * item * item -La liste numérotée +__liste numérotée__ 1. item 1 2. item 2 @@ -27,3 +29,4 @@ La liste numérotée ## Sous-partie 3 : code +print("# Extrait de code") \ No newline at end of file