diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..9008629070c0758504845e2bb7d7b626e1bde9d7 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,26 @@ -test \ No newline at end of file +# Partie 1 +## Sous partie 1 + +## Sous partie 2 + +*Texte en italique* + +**TEXTE EN GRAS** + +[lien hypertexte vers la page d'accueil FUN](https://www.fun-mooc.fr/) + +Liste à puce : +- item 1 +- item 2 +- item 3 +- ... + + +Liste numérotée : +1. Premier élément +2. Deuxième élément +3. Troisième élément +4. ... + +Un bloc de code : +`print("Hello world!")`