Update journal/Readme.md

parent b7ac4457
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment