From 85e66571b1b6ca6c55ad7802e7b04e7686d4a575 Mon Sep 17 00:00:00 2001 From: 422b3b2bc6aaa112c184ee1926b56a23 <422b3b2bc6aaa112c184ee1926b56a23@app-learninglab.inria.fr> Date: Mon, 4 May 2020 13:39:54 +0000 Subject: [PATCH] Update journal/Readme.md --- journal/Readme.md | 58 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/journal/Readme.md b/journal/Readme.md index f56eb60..ad7e8f9 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -1,9 +1,57 @@ -# Journal de bord du Mooc / Mooc's logbook +# Journal de bord du Mooc "Recherche reproductible" -FR +## Choses que j'ai apprise dans ce MOOC, références utiles ou softwares -Espace réservé au journal de bord du Mooc -EN +### Tutoriel: Utilisation de markdown +#### Syntaxe Headers + # This is an tag + ## This is an tag + ###### This is an tag +#### Emphasis + *This text will be italic* + _This will also be italic_ -Reserved for the Mooc's logbook \ No newline at end of file + **This text will be bold** + __This will also be bold__ + + _You **can** combine them_ + +#### Lists +##### Unordered + - Item 1 + - Item 2 + - Item 2a + - Item 2b +##### Ordered + 1. Item 1 + 2. Item 2 + 3. Item 3 + 1. Item 3a + 2. Item 3b + +#### Images + + ![GitHub Logo](/images/logo.png) + Format: ![Alt Text](url) + +#### Links + http://github.com - automatic! + [GitHub](http://github.com) + +#### Blockquotes + As Kanye West said: + + > We're living the future so + > the present is our past. + +#### Inline code + To print some text with Python, you should use the `print()` function. + ``` + print("Hello world!") + ``` + + +## Données quotidiennes intéressantes (temps, etc.) +- 04/05/2020 nuageux T°= 21°C à 03 PM +- 05/05/2020 \ No newline at end of file -- 2.18.1