diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index ae582c090938e9ae486c656b9b9894015dd05cf8..f4a29a976c4f0875c9449021da3017ff0fd19ba5 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -6,7 +6,7 @@ Une phrase sans rien _Une phrase en italique_ -*Une phrase en gras* +**Une phrase en gras** Un lien vers [https://www.fun-mooc.fr/fr/] @@ -14,7 +14,7 @@ Une ligne de code ## Sous-partie 2 : listes -*Liste à puces* +**Liste à puces** - 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