diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 1184aebd4e0d7010f358d2b88007fb6f2a0d04ea..399d31c61acc25cc7565289c78d00505fe53060a 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,34 +1,34 @@ -# Partie -## Sous-partie 1 :texte +# Partie 1 +## Sous-partie 1 : texte Une phrase sans rien *Une phrase en italique* **Une phrase en gras** -Un lien vers[fun-mocc.fr](https://www.fun-mooc.fr/) +Un lien vers [fun-mocc.fr](https://www.fun-mooc.fr/) Une ligne de `code` -## Sous-partie2: listes +## Sous-partie 2 : listes **Liste à puce** + - item - + sous-item - + sous-item + - sous-item + - sous-item - item - item **Liste numérotée** 1. item - 2. item - 3. item ## Sous-partie 3 :code ``` + # Extrait de code ``` \ No newline at end of file