From dec1e6cf21cf54717d880727903ddd04fa736df4 Mon Sep 17 00:00:00 2001 From: 81225167240ab08f97bb0b629a16a9df <81225167240ab08f97bb0b629a16a9df@app-learninglab.inria.fr> Date: Fri, 5 Jun 2020 19:11:53 +0000 Subject: [PATCH] completed 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..39bf1a8 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,31 @@ -test \ No newline at end of file +# Chapter 1 + +## Sub-chapter 1: My first markdown text + +Once upon a time ... + +*la vita etait bella* + +**..but now,the horizon is black!** + +please follow the link to [my_gitlab_repo](https://app-learninglab.inria.fr/moocrr/gitlab/81225167240ab08f97bb0b629a16a9df/mooc-rr/) + +I wrote my `code` there ! + + +## Sub-chapter 2 : Lists + +**ToDo List** + +* learn gitlab + * collaborate + * create my own +* finish quizzes and exercises +* make my reseach reproducible and awesome + + +**My favourite coding languages** + +1. python +2. R +3. bash \ No newline at end of file -- 2.18.1