diff --git a/module1/exo2/fichier-markdown-mv.md b/module1/exo2/fichier-markdown-mv.md index 0f1b404b4de4f76ffef1bab40a63e84e2ecbc51f..3c162938ec4ec50c73dd320dcc9c278dd55d6c66 100644 --- a/module1/exo2/fichier-markdown-mv.md +++ b/module1/exo2/fichier-markdown-mv.md @@ -6,20 +6,25 @@ Une phrase sans rien **Une phrase en gras** -https://www.fun-mooc.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 iteml +### Liste à puce +- iteml - sous-itemm - sous-itemm - iteml - iteml -1. Liste numérotée iteml +### Liste numérotée +1. iteml 1. sous-itemm 2. sous-itemm 2. iteml 3. iteml + +## Sous-partie 3 : code +```# Extrait de code``` \ No newline at end of file