diff --git a/module1/exo2/fichier-markdown_AM.md b/module1/exo2/fichier-markdown_AM.md index c107399e1b6fb52da076cebda767d6ccfdab2144..fdacc9763edae5106832e28fa833e4fe2b790d43 100644 --- a/module1/exo2/fichier-markdown_AM.md +++ b/module1/exo2/fichier-markdown_AM.md @@ -4,9 +4,9 @@ Une phrase de rien -__Une phrase en italique__ +_Une phrase en italique_ -_Une phrase en gras_ +__Une phrase en gras__ Un lien vers un [Fun mooc.fr](https://www.fun-mooc.fr/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