Update Readme.md

parent c7edf306
# Journal de bord du Mooc / Mooc's logbook
FR
# Cahier de notes
La méthode de John Locke: Classification par des mots-clés
Espace réservé au journal de bord du Mooc
## Les syntex de markdown:
[Cheatsheet](https://www.markdownguide.org/cheat-sheet/)
- section #
- _italique_ ou *italique*
- __gras__ ou **gras**
- [lien](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/13f6fd96266746a0bd9d717a12f1f835/4?activate_block_id=block-v1%3Ainria%2B41016%2Bself-paced%2Btype%40vertical%2Bblock%4089c7893cb5aa4644b06569c65945d4d9)
- Commentaire <!-- Commentaire -->
- Pièce jointe ![image](https://mdg.imgix.net/assets/images/vscode.png?auto=format&fit=clip&q=40&w=1080)
- `Balise`
- > blockquote
- Horizontal rule
---
- Footnote
EN
`Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.`
Reserved for the Mooc's logbook
\ No newline at end of file
- strikethrough
~~The world is flat.~~
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
- Highlight:
I need to highlight these ==very important words==.
- Inline code:
```
print('Hello World')
```
## L'éthiquettes et les logiciels d'indexation
- recherche sur le bureau: Docfetcher
- indexation markdown: utiliser les commentaires \<!-- :SCM: -->
- Image: exiftool, outil de ligne de commande
```
exiftool machin.jpg
exiftool -comment=":étiquette_1:étiquette_1_1:" machin.jpg
exiftool -notes="https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows"
```
\ 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