From aed1626667266c836adbb792124cb0de6fd82532 Mon Sep 17 00:00:00 2001 From: 7ca0f5c047d12308c72c5eb5e18955b4 <7ca0f5c047d12308c72c5eb5e18955b4@app-learninglab.inria.fr> Date: Sun, 15 Nov 2020 20:41:21 +0000 Subject: [PATCH] Update du fichier --- module1/exo2/fichier-markdown.md | 33 +++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..c191ff4 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,32 @@ -test \ No newline at end of file +# Partie 1 + +## Sous-Partie 1 : texte + +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + +Une ligne de `print("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 + -- 2.18.1