diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 1e20ba6596a9641891d53038724c18336908e032..8abec36238faf1bad4e2c539329ca57bda3f316d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,32 @@ # Partie 1 + +## Sous-partie 1 : texte + +Une phrase sans rien + +_Une phrase en italique_ + +**Une phrase en gras** + +Un ligne vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/cours/?limit=21&offset=0) + +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 +