diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c200fd4d2b818e6533c2524984093597ee01b1e5..33360efbf59590faf87359cc5039f0d31095dedf 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,7 +1,24 @@ # Partie 1 + ## Sous-partie 1 : texte + Une phrase sans rien + *Une phrase en italique* + **Une phrase en gras** -http://github.com - automatic! -Un lien vers [fun-mooc.fr](fun-mooc.fr) + +Un lien vers [fun-mooc.fr](fun-mooc.fr) + +Une ligne de print("code") + +## Sous-partie 2 : listes + +**Liste à puce** + +- Item +- Item + - Sous Item + - Sous Item +- Item +- Item \ No newline at end of file