diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 10cd1b991631c3d7ca27e012084823a3375c03f1..2583f9099817d5589cc7c49c6bd97dedd0ff564d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,5 +1,7 @@ # Partie 1 + ## Sous-partie 1 : texte + Une phrase sans rien *Une phrase en italique* @@ -11,17 +13,21 @@ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce + +**Liste à puce** + - 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 + +```# Extrait de code``` \ No newline at end of file