From 82f7a187828af14df38811117b60f8be3c160eda Mon Sep 17 00:00:00 2001 From: ee65ed6c1adb96b4ad502d01d72dc298 Date: Fri, 2 Aug 2024 18:48:43 +0000 Subject: [PATCH] =?UTF-8?q?Pablo=20ajout=C3=A9=20la=20reponse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/ fichier-markdown.md | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 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..6c0abd2 --- /dev/null +++ b/module1/exo2/ fichier-markdown.md @@ -0,0 +1,34 @@ +### Partie 1 + +## Sous-partie 1: texte + +Une phrase sans rien + +*une phrase en italique* + +**une phrase en gras** + +un lien vers [fun.mooc.fr](http://fun.mooc.fr) + +Une ligne de ```print("Hello World")``` + +## Sous-partie 2: listes + +# Liste a puce + +-item + -sous-item + -sous-item +-item +-item + +# Liste numerotée + +1. +2. +3. + +## Sous-partie 3: codes + +>```print("Hello World")``` +> \ No newline at end of file -- 2.18.1