diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 0fc7edcb486f719ff71fc114b4e7aac35c719344..79c94d35141679563e9dd65cadd4abd40fd7877c 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://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