diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 41be3fcaefb2e9a3d1dfef5e757e892138543804..9cc9282e2e1c4d0545bdc1754c0d34b8c790c78d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -4,17 +4,17 @@ 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](fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://lms.fun-mooc.fr/) Une ligne de `code` ## Sous-partie 2 : listes -__Liste à puce__ +**Liste à puce** - item - sous-item @@ -22,7 +22,7 @@ __Liste à puce__ - item - item -__Liste numérotée__ +**Liste numérotée** 1. item 2. item @@ -31,5 +31,5 @@ __Liste numérotée__ ## Sous-partie 3 : code ``` -Extrait de code +# Extrait de code ``` \ No newline at end of file