Update Readme.md

parent 02e9c0fb
# Journal de bord du Mooc / Mooc's logbook # Journal de bord du Mooc / Mooc's logbook
FR # Module 1
Espace réservé au journal de bord du Mooc __Markdown__
fichiers .md
EN - Headers
```
#
##
etc
```
- Enphasis
```
*italic* or _italic_
**bold** or __bold__
```
- lists
````
- Item1
- Item2
- Item2a
- Item2b
````
- ordered lists
````
1. Item1
2. Item2
3.
1. Item3a
2. Item3b
````
- Images
````
![Alt text](url)
````
- links
````
[text](link)
````
- Blockquotes
````
> text
> text
````
- inline code
`````
```
code
```
`````
- Math
````
$latex$ ou $$latex$$
````
__pandoc__
pour transformer md en pdf, html, docx, etc..
Reserved for the Mooc's logbook __DocFetcher__ `<!-- etiquette -->` invisible dans doc Markdown
\ No newline at end of file
__exiftool__ voir (aussi ImageMagick / mogrify)
Permet d'ajouter une étiquete dans les métadonnées
`exiftool -comment="blabla"`
`exiftool -notes="url"`
\ 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