diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e5aa191cd7bf2a66342e9cca81a83549565098f4..cf15bcecdddce707cdc4bd757c8fdc00139b21c9 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,4 +1,30 @@ -# FIRST TITLE +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien -- This is the first part -- This is the second part \ No newline at end of file +***Une phrase en italique*** + +Un lien vers [fun-mooc.fr](http://fun-mooc.fr) + +Une ligne de `code` + +## Sous-partie 2 : listes + +**Liste à puce** + +- 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