diff --git a/journal/Readme.md b/journal/Readme.md index f56eb60293dc1edebe2b3660a48b225330a72878..9663127cd98e75793c2acc48963bcd4dd47af807 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