diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c7276e5047c021bd29dca443380fcedf62c6fce3..32a5065e557a89762cae0c9757ae2df95a1549b2 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -10,18 +10,20 @@ Une phrase sans rien Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) +Une ligne de `code` + ## Sous-partie 2 : listes -**Liste à puces** +**Liste à puce** - item - * sous-item - * sous-item + * sous-item + * sous-item - item - item - - - **Liste numérotée** + +**Liste numérotée** 1. item 2. item @@ -30,6 +32,6 @@ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) ## Sous-partie 3 : code -~~~ +``` # Extrait de code -~~~ \ No newline at end of file +``` \ No newline at end of file