diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 28fd778cc56c9fbe22e417db37ab74b846e03bcb..7fddcd1051604bd6690f5856460940e79a26ccd1 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -4,9 +4,9 @@ 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/) @@ -14,7 +14,7 @@ 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