From 6c9fbea371c683280a1a48a3a9827e34920582fe Mon Sep 17 00:00:00 2001 From: 2436ecc7fc5a95213b924aaa1c93ae41 <2436ecc7fc5a95213b924aaa1c93ae41@app-learninglab.inria.fr> Date: Mon, 6 Jun 2022 17:22:16 +0000 Subject: [PATCH] =?UTF-8?q?Final=20Update=20fichier-markdown.md=20JAIRO=20?= =?UTF-8?q?ANDRES=20CAMA=C3=91O=20ECHAVARRIA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/exo2/fichier-markdown.md | 35 ++++++++++++++++++++------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/module1/exo2/exo2/fichier-markdown.md b/module1/exo2/exo2/fichier-markdown.md index 8087e20..99989f4 100644 --- a/module1/exo2/exo2/fichier-markdown.md +++ b/module1/exo2/exo2/fichier-markdown.md @@ -1,19 +1,36 @@ -__#Partie 1__ +# __Partie 1__ -__## Sous-partie 1: texte__ +## __Sous-partie 1: texte__ + +Une phrase sans rien + +*Une pharse en italique* + +__Une phrase en gras__ + +Un lien vers +[fun-mooc](http://fun-mooc.fr) + +Une ligne de `code` + +## __Sous-partie 2: Listes__ Liste à puce --Item ---Sous-item 1a ---Sous-item 1b --Item --Item -__##Sous-partie 2: Listes__ +- Item + - Sous-item + - Sous-item +- Item +- Item + + Liste numérotée 1. item 2. item 3. item -__##Sous-partie 3: code__ +## __Sous-partie 3: code__ +``` +# Extrait de code +``` -- 2.18.1