diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c9c300f6975a7e620609f545dcf89acab1859f47..dd0c31e234d80790a41c1d3c370a4916af1aafd9 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,8 +1,10 @@ # Partie 1 + ## Sous-partie 1 : texte + Une phrase sans rien -_Une phrase en italique_ +*Une phrase en italique* **Une phrase en gras** @@ -12,14 +14,17 @@ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) Une ligne de `code` ## Sous-partie 2 : listes -### Liste à puce + +**Liste à puces** + - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item -### Liste numérotée +**Liste numérotée** + 1. item 2. item 3. item