From a4be5ecd6e5b4617fe93e24a934654dd0e6531a6 Mon Sep 17 00:00:00 2001 From: 79bacedc7d591aa0cda9167db1095cd5 <79bacedc7d591aa0cda9167db1095cd5@app-learninglab.inria.fr> Date: Tue, 12 Jul 2022 08:25:06 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20de=20l'exercice=202=20-=20Modul?= =?UTF-8?q?e=201=20du=20FUN=20MOOC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown-exo2.md | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 module1/exo2/fichier-markdown-exo2.md diff --git a/module1/exo2/fichier-markdown-exo2.md b/module1/exo2/fichier-markdown-exo2.md new file mode 100644 index 0000000..328c3bc --- /dev/null +++ b/module1/exo2/fichier-markdown-exo2.md @@ -0,0 +1,32 @@ +# Partie 1 + +## Sous-partie 1 : texte + +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +[funMooc](https://www.fun-mooc.fr/fr/) + +print("Hello world!") + +## 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