From 295e11f77fb27f41e6391b4cb25f980471a0b65b Mon Sep 17 00:00:00 2001 From: 497d253bcd370e31c2fcd170bd2b423d <497d253bcd370e31c2fcd170bd2b423d@app-learninglab.inria.fr> Date: Sun, 17 May 2020 12:18:57 +0000 Subject: [PATCH] First personal try fichier-markdown.md --- module1/exo2/fichier-markdown.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..d7622eb 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,31 @@ -test \ No newline at end of file +# Partie 1 + +## Sous-partie 1: texte + +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +Une lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + +Une ligne de code??? + +## Sous partie 2:listes + +**Liste à puce** + +- item + - sous item + - sous item +- item +- item + +**Liste numerotée** + +1. Item +2. Item +3. Item + +## Sous partie 3: code \ No newline at end of file -- 2.18.1