diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e13b207b3e5f776347944a6e01ca5400add80ff0..52dd5595ab8e8fe978a7b13df44534201405acdc 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,21 +8,21 @@ _Une phrase en italique_ __Une phrase en gras__ -Un lien vers [fun-mooc.fr](fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce +__Liste à puce__ - item - sous-item - sous-item - item - item -Liste numérotée +__Liste numérotée__ 1. item 2. item @@ -30,6 +30,6 @@ Liste numérotée ## Sous-partie 3 : code -``` -# Extrait de code +``` +# Extrait de code ``` \ No newline at end of file