diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 374ffc91284a88c8fc1e10b19e0b773e0dbd0105..6ef55c1e1e9c55d9049dc136197d608133626a59 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -2,23 +2,27 @@ ## Sous partie 1 : texte Une phrase sans rien + *Une phrase en italique* + **Une phrase en gras** + Un lien vers [fun-mooc.fr](http://fun-mooc.fr) + Une phrase de `code` ## Sous-partie 2 : listes **Liste à puce** -- iteml - - sous-itemm - - sous-itemm -- iteml -- iteml +- item + - sous-item + - sous-item +- item +- item **Liste numérotée** 1. item 2. item -3. item3 +3. item ## Sous-partie 3 : code ```