diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e68336f52d169ae1955e4657d7a23cf254e310cf..66ff304b75d7acb440927e753d0ef00306643ece 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,4 +1,24 @@ -# modification du commit initial -## premiers pas de markdown sur git +# Partie 1 +## Sous-partie 1 : texte -Ceci est un **test** \ No newline at end of file +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + +Une ligne de `code` + +# Sous-partie 2: listes + +**Liste aĆ  puce** + +* item + * sous-item + * sous-item +* item + +## Sous-partie 3 : code + # Extrait de code \ No newline at end of file