diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index aca2e459be7759520bda5d7d73e904f991029d81..c18a1e1b7028eaac129c7341528938db3b5c76f0 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -6,20 +6,20 @@ _Une phrase en italique_ __Une phrase en gras__ -Un lien vers [fun-mooc.fr](http://fun-mooc.fr) +Un lien vers [fun-mooc.fr](http://www.fun-mooc.fr/) Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce -+ item - + sous-item - + sous-item -+ item -+ item +**Liste à puce** +- item + - sous-item + - sous-item +- item +- item -Liste numérotée +**Liste numérotée** 1. item 2. item 3. item