From dd7b3b7d6d332518441ab3c9f485186140d94306 Mon Sep 17 00:00:00 2001 From: 7cb84b8d37d239738c7c51278d3e7831 <7cb84b8d37d239738c7c51278d3e7831@app-learninglab.inria.fr> Date: Sat, 24 Oct 2020 08:57:08 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 36 ++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index de15c94..c7421b0 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,3 +1,35 @@ -# Mon fichier Markdown +# Partie 1 -This is the file content \ No newline at end of file +## Sous-partie 1 : texte + +Une phrase sans rien + +_Une phrase en italique_ + + +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + +Une ligne de `code` + +## Sous-partie 2 : listes + +**Liste à puces** + +- item + - sous-item + - sous-item +- item +- item + +**Liste numérotée** + +1. item +2. item +3. item + +## Sous-partie 3 : code +``` +# Extrait de code +``` -- 2.18.1