From 9ad7b0080ef423eaf09cd316e5c9e0c033b8e493 Mon Sep 17 00:00:00 2001 From: 1dd39e85d439b2a68e16b8dc69e92816 <1dd39e85d439b2a68e16b8dc69e92816@app-learninglab.inria.fr> Date: Mon, 14 Nov 2022 11:17:01 +0000 Subject: [PATCH] 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..84a3b5a 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 + +_**texte en italique et en gras**_ + +1. un +2. deux +3. trois +4. p'tit chats + +## sous-partie 2 + +[GitHub](http://github.com) + +- oui +- non +- peut ĂȘtre + +``` +print("hello world!") +``` \ No newline at end of file -- 2.18.1