diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index f16b2cc9bd7285928edf204cb808d24fbe66c289..49f89026c4d12965991208fc22c03804ef491ccd 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,33 +2,34 @@ ## Sous-partie 1 : texte -Une phrase sans rien +Une phrase sans rien -_Une phrase en italique_ +*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``` +Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** -* item - * sous-item - * sous-item -* item -* item +- item + - sous-item + - sous-item +- item +- item -Liste numérotée +**Liste numérotée** 1. item -0. item -0. item +2. item +3. item ## Sous-partie 3 : code ``` # Extrait de code + ``` \ No newline at end of file