diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 0777fc87d91f8b95b001a956ed66a956044cdbdd..a8a2d1be1474dc71e19be7a237b2d67654fd1af4 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,10 +2,13 @@ ## Sous-partie 1 : texte Une phrase sans rien *Une phrase en italique* + **Une phrase en gras** + [Un lien vers fun-mooc ](http://fun-mooc.fr) -``` -print("Hello world!") + +Une ligne de ``` +code ``` ##Sous-partie 2 : listes Liste à puce @@ -18,7 +21,9 @@ Liste numérotée 1. item 2. item 3. item + ##Sous-partie 3 : code + ``` print("Hello world!") ```