From 23cfcb0d880638b04743420624cb35e4e1e933a8 Mon Sep 17 00:00:00 2001 From: 9405601692b0e8585c235448ea7fcb65 <9405601692b0e8585c235448ea7fcb65@app-learninglab.inria.fr> Date: Sun, 22 Dec 2024 22:51:32 +0000 Subject: [PATCH] Added fichier-markdown.md for module1/exo2 --- module1/exo2/fichier-markdown.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 module1/exo2/fichier-markdown.md diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md new file mode 100644 index 0000000..2935a29 --- /dev/null +++ b/module1/exo2/fichier-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://www.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