diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..093c47d192a4cf1b27390760e68449df02f7a4f8 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,22 @@ -test \ No newline at end of file +# Partie 1 +## Sous partie 1 +Ici j'écrie *en italique* et **en gras** + +## Sous partie 2 +Ici, je met un [lien hypertexte](https://app-learninglab.inria.fr/moocrr/gitlab/36bbfb9b0f5546d83126251bfda2bf5a/mooc-rr/edit/master/module1/exo2/fichier-markdown.md) + +## Sous partie 3 +1. je fusionne : + * Une liste à puce avec une liste numérotée + * ça fait 2 en 1 + * c bô +2. Je fais un code en dessous + +```Python +a = 1 +b = [1,2,3] + +def ma_fonction(): + pass + +``` \ No newline at end of file