From da05d3c90b439fd56fef1e998f6819a76e310176 Mon Sep 17 00:00:00 2001 From: 8bb42c64ffbda003613135d87d5a1197 <8bb42c64ffbda003613135d87d5a1197@app-learninglab.inria.fr> Date: Tue, 9 Jul 2024 09:34:32 +0000 Subject: [PATCH] Add new file --- module1/exo2/fichier-markdown2.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 module1/exo2/fichier-markdown2.md diff --git a/module1/exo2/fichier-markdown2.md b/module1/exo2/fichier-markdown2.md new file mode 100644 index 0000000..629206d --- /dev/null +++ b/module1/exo2/fichier-markdown2.md @@ -0,0 +1,22 @@ +# Partie 1 + +## Sous-partie 1 : texte + +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +Un lien vers https://www.fun-mooc.fr/ +[fun-mooc.fr](https://www.fun-mooc.fr/) + +Une ligne de ```print("code")``` + +## Sous-partie 2 : listes + +**Liste à puce** + +**Liste numérotée** + +## Sous-partie 3 : code -- 2.18.1