diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 723239bfe2d52c8bdf109b2152675b3e37a9c13f..cc68a55888f672377fcf3aeed13776e5e09bd4e9 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,24 +1,29 @@ # Partie 1 -## Sous-partie 1 : texte +## Sous-partie 1 : texte + +Une phrase sans rien -Une phrase sans rien *Une phrase en italique* + **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) + +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 + - sous-item + - sous-item - item - item **Liste numérotée** + 1. item 2. item 3. item