diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e51c5bf55efddef722a4fe8ba37f03b3bba7af69..c02617eeca43ed306588b83ca58e06e2f5acaa1c 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,16 +2,16 @@ ## Sous-partie 1 : texte 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](htttps://www.fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) Une ligne de `code` ## Sous-partie 2 : listes -*Liste à puce* +**Liste à puce** - item - sous-item @@ -19,7 +19,7 @@ Une ligne de `code` - item - item -*Liste numérotée* +**Liste numérotée** 1. item 2. item 3. item