From 4c2a1f820648aa4f6071e743b8be01a162e82d1c Mon Sep 17 00:00:00 2001 From: 518682538d588111b8208858c0b56b34 <518682538d588111b8208858c0b56b34@app-learninglab.inria.fr> Date: Mon, 15 Feb 2021 15:12:02 +0000 Subject: [PATCH] Update fichier-markdownz.md --- module1/exo2/fichier-markdownz.md | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/module1/exo2/fichier-markdownz.md b/module1/exo2/fichier-markdownz.md index 7e380da..774ccd5 100644 --- a/module1/exo2/fichier-markdownz.md +++ b/module1/exo2/fichier-markdownz.md @@ -1,7 +1,28 @@ # Partie 1 -## Sous-partie 1: texte + +## Sous-partie 1 : texte + Une phrase sans rien -_Une phrase en italique_ +Une phrase en italique **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -Une ligne de `code` \ No newline at end of file +Un lien vers fun-mooc.fr +Une ligne de code + +## Sous-partie 2 : listes + +**Liste à puce** +litem +msous-item +msous-item +litem +litem +**Liste numérotée** +1.item +2.3.itemitem + +## Sous-partie 3 : code + +``` +# Extrait de code +``` + -- 2.18.1