diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 7c208a78a55f45cf48d2c5ae03d5ca968e03efb5..97d0f37633d09f810961739030b0ac56897424a5 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -5,10 +5,11 @@ Une phrase sans rien *Une phrase en italique* + **Une phrase en gras** Un lien vers -http://github.com - automatic! +http://github.com Une ligne de print("code") @@ -18,15 +19,21 @@ print("code") **Listes à puces** -item + -sous-item + -sous-item + -item + -item **Listes numérotés** 1.item + 2.item + 3.item ##Sous-partie 3 : code