diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..82fadeb492dec575315cad890db778b76e1d7514 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,23 @@ -test \ No newline at end of file +# Partie 1 +## Sous-partie 1 : texte +Voici une phrase normale +*Voici une phrase en italique.* +**Voici un phrase en gras** +Voici un lien vers [fun-mooc.fr] (https://www.fun-mooc.fr/) +`Voici un ligne de code en Markdown` + +## Sous-partie 2 : Listes +### Liste à puce +- Premier item + - Sous-item A + - Sous-item B +- Deuxième item +- Troisième item + +### Liste numérotée +1. Premier élément +2. Deuxième élément +3. Troisième élément + +## Sous partie 3 : code +print("Bonjour tout le monde !")