diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 957beedec118b97fbf6371431cc7f70cfd0b7e58..8c1035d647eee085688a220ca14d764f5ed6f8c7 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,5 +8,22 @@ Une phrase sans rien **Une phrase en gras** +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -_You **can** combine them_ \ No newline at end of file +## Sous-partie 2 : listes + +**Liste à puce** + +- item + - sous-item + - sous-item +- item +- item + +**Liste numérotée** + +1. item +2. item +3. item + +## Sous-partie 3 : code