diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 61a100c7c852dd95f5246cff1718dd38f20f76a2..450c4ff171da371485395980856ec5b1d696cebf 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) -Une ligne de 'code' +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