From bf8e75b66dd5be2a8e3259ed32dd162921410b19 Mon Sep 17 00:00:00 2001 From: 2436ecc7fc5a95213b924aaa1c93ae41 <2436ecc7fc5a95213b924aaa1c93ae41@app-learninglab.inria.fr> Date: Mon, 6 Jun 2022 16:58:12 +0000 Subject: [PATCH] I have done the exercise 2. markdown --- module1/exo2/exo2/fichier-markdown.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 module1/exo2/exo2/fichier-markdown.md diff --git a/module1/exo2/exo2/fichier-markdown.md b/module1/exo2/exo2/fichier-markdown.md new file mode 100644 index 0000000..995232e --- /dev/null +++ b/module1/exo2/exo2/fichier-markdown.md @@ -0,0 +1,23 @@ +#Partie 1 + +## Sous-partie 1: texte +Une phrase sans rien +_Une phrase en italique_ +__Une phrase en gras__ +Une ligne de `print(code)` + +#Sous-partie 2: Listes + +Liste à puce +1. Item +1. Sous-item 1a +2. Sous-item 1b +2. Item +3. Item + +Liste numérotée +1. 1. item +2. 2. item +3. 3. item + +__#Sous-partie 3: code__ -- 2.18.1