diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index a8f42518e3d94fbe2e6f1706ed1ba7c4cfa2867e..dce963bf71443ef56d603357a8a374e40aba0343 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,31 +2,31 @@ ## Sous-partie 1 : texte -Germany is going to be great +Une phrase sans rien -*WE WERE ON A BREAK* +*Une phrase en italique* -**THEY KNOW WE KNOW THEY KNOW** +**Une phrase en gras** Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -`Hello world` +Une ligne de `code` ## Sous-partie 2 : listes **Liste à puce** -- MOUNTAIN - - APPLES - - CHERRIES --BEACH --VALLEY + -item + - sous-item + - sous-item +- item +- item **Liste numérotée** -1. Harpreet -2. Gustavo -3. FeiFei +1. item +2. item +3. item ## Sous-partie 3 : code