diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7489a6663fbd811ed495cf605f960cbbdf52a8c4..ed2c20553896efbc1d23dd90fe00e4d0a9fd7417 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 à puces +**Liste à puce** - item - sous-item @@ -22,7 +22,7 @@ Une ligne de `code` - item - item -### Liste numérotée +**Liste numérotée** 1. item 2. item