From f98ae472ed5b093c917e19152f0f250491f3a7da Mon Sep 17 00:00:00 2001 From: 50b4d82d0bf758e17ee3bb0c0d5fc7d7 <50b4d82d0bf758e17ee3bb0c0d5fc7d7@app-learninglab.inria.fr> Date: Mon, 22 Jun 2020 15:58:43 +0000 Subject: [PATCH] OC June update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..42f418e 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,22 @@ -test \ No newline at end of file +###### Partie 1 +## Sous-partie 1 +# Une phrase sans rien +*Une phrase en italic* +**Une phrase en gras** +http://fun-mooc.fr - automatic! +print("Hello World!") + +## 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 \ No newline at end of file -- 2.18.1