From 08faa4eb6c530fa0e5b43c692809e231c221cb2a Mon Sep 17 00:00:00 2001 From: f3046e272a79f419cbf1ca23b5b4b4ec Date: Tue, 21 Apr 2020 13:52:02 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 66 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/journal/Readme.md b/journal/Readme.md index f56eb60..9663127 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -1,9 +1,67 @@ # 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 \ No newline at end of file +__DocFetcher__ `` invisible dans doc Markdown + +__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 -- 2.18.1