diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index f135c3ef709d5fb1015f14cf360d42a3e482a278..2f8713cb5e8d22ad7c6113aa8b873d425bc4b6ae 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,7 +1,27 @@ -#Création du premier fichier Markdown +# Partie 1 -Etapes faites: -- Créer un nouveau directory exo2 -- Créer un nouveau fichier markdown -- Créer un titre et une liste non classée -- Créer un commit +## Sous-partie 1 + +*Une phrase en italique* +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](https://lms.fun-mooc.fr/) + +## Sous-partie 2: listes + +**Liste à puce** +- Premier item +- Deuxième item +- Troisième item + +**Liste numérotée** +1. Premier item +2. Deuxième item +3. Troisième item + +## Sous-partie 3: code + +``` +# Extrait de code + +```