diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 72e3982771db666ca13cdb085f20431aecf84fdf..e8312e2bc64db4ce07e27f5a86efed55e8f1dc28 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,41 +2,32 @@ ## Sous-partie 1 : texte 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) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de `code` -## Sour-partie 2 : listes +## Sous-partie 2 : listes -*Liste à puce* +**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 3. item ## Sous-partie 3 : code + ``` # Extrait de code -``` - - - - - - - - - - +``` \ No newline at end of file