diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b71732a511aaeb4e44d9e19e08ee2d1887304170..f08bd9ea342da7bc1257a1667a7111d34c54e0d4 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,9 +8,9 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](http://fun-mooc.fr) +Un lien vers [fun-mooc.fr](https://fun-mooc.fr) -Une ligne de print("code") +Une ligne de `code` ## Sous-partie 2 : listes @@ -20,14 +20,14 @@ Une ligne de print("code") - sous-item - sous-item - item - - item - - item +- item +- item **Liste numérotée** -1. Item 1 -2. Item 2 -3. Item 3 +1. item 1 +2. item 2 +3. item 3 ## Sous-partie 3 : code