diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 74a3c1057a4b5650ce19f87c0a35e90e0cbf933c..b62f69a4132a6b0a08bb9d52150cb57c0e605fe7 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,29 @@ -2ème fichier LL +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +Un lien vers http://fun-mooc.fr + +Une ligne de `code` + +## Sous-partie 2 : listes +**Liste à puce** + +- item + - sous-item + - sous-item +- item +- item + +**Liste numérotée** + +1. item +2. item +3. item + +## Sous-partie 3 : code + # Extrait de code