From 3b9077ecb443d1472b33a16d705f706e2db683c8 Mon Sep 17 00:00:00 2001 From: 0345e10bfa8b888c603d58591c7b11ca <0345e10bfa8b888c603d58591c7b11ca@app-learninglab.inria.fr> Date: Sun, 12 Oct 2025 21:32:48 +0000 Subject: [PATCH] Commit --- module1/exo2/fichier2-markdown.md | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 module1/exo2/fichier2-markdown.md diff --git a/module1/exo2/fichier2-markdown.md b/module1/exo2/fichier2-markdown.md new file mode 100644 index 0000000..d3f97e9 --- /dev/null +++ b/module1/exo2/fichier2-markdown.md @@ -0,0 +1,32 @@ +# 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://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 + +```python +# Extrait de code -- 2.18.1