diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ccbd4d2760a2f9f740a328ef38c06755771b5791 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,32 @@ +# Partie 1 + +## Sous-partie 1 : texte + +Une phrase sans rien + +_Une phrase en italique_ + +__Une phrase en gras__ + +Un lien vers [fun-mooc.fr](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```