From 6fb2cf8dafe49eb9bca7fed717fdfdcad56d4ef9 Mon Sep 17 00:00:00 2001 From: 1e6d3e6b0a02e1b8cffb5ec99f2111dd <1e6d3e6b0a02e1b8cffb5ec99f2111dd@app-learninglab.inria.fr> Date: Sun, 26 Apr 2020 09:10:31 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/Exo2/fichier-markdown.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module1/Exo2/fichier-markdown.md b/module1/Exo2/fichier-markdown.md index e151247..52795e9 100644 --- a/module1/Exo2/fichier-markdown.md +++ b/module1/Exo2/fichier-markdown.md @@ -4,7 +4,9 @@ Une phrase sans rien *Une phrase en italique* **Une phrase en gras** [fun-mooc](fun-mooc.fr) +``` print("code") +``` ## Sous-partie 2 : listes ### Liste à puce @@ -19,4 +21,6 @@ print("code") 3. Item 3 ## Sous-partie 3 : code -# print("code") \ No newline at end of file +``` +print("code") +``` \ No newline at end of file -- 2.18.1