diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 1041963ce3b872683be1fb1300dcf49686a89a02..76b52132d92adf5fc06cc0dc1f5243112871811d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,14 +1,21 @@ # Partie 1 ## Sous-partie 1 : texte + Une phrase sans rien + _Une phrase en italique_ + __Une phrase en gras__ + Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + Une ligne de code '''print("Hello world!")''' ## Sous-partie 2 : listes + ##### Liste à puce + - l item - sous-item - sous-item @@ -16,6 +23,7 @@ Une ligne de code '''print("Hello world!")''' - item ##### Liste numérotée + 1. item 2. item 3. item