diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index bce5365d96518044209004be347c05b49637f58a..470f81b6cd3223c6a9acaeaf64f20a45f07d2af8 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,17 +1,22 @@ # Partie 1 + ## Sous-partie 1 : texte + Une phrase sans rien _Une phrase en italique_ __Une phrase en gras__ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` -## Sous-partie 2 : listes + +## Sous-partie 2 : listes + __Liste à puce__ * item * sous-item * sous-item * item -* item +* item + __Liste numérotée__ 1. item 2. item