Update fichier-markdown.md

parent 2c9fa67c
...@@ -10,4 +10,22 @@ __Je suis en gras__, **et moi aussi** ...@@ -10,4 +10,22 @@ __Je suis en gras__, **et moi aussi**
## Pourquoi elle est si bien ? ## Pourquoi elle est si bien ?
- On y apprend beaucoup - On y apprend beaucoup
- Jeux vidéos et livres - Jeux vidéos et livres
- Cinématographie et humanité - Cinématographie et humanité
\ No newline at end of file
## Liste numéroté
1. Je suis premier
2. Je suis second
3. Je suis à la fin
## Code comme sur obsidian
'''C
#include <stdio.h>
int main(){
printf("hello world('print')");
return 0;
}
'''
\ 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