Update fichier-markdown.md

parent 2c9fa67c
...@@ -11,3 +11,21 @@ __Je suis en gras__, **et moi aussi** ...@@ -11,3 +11,21 @@ __Je suis en gras__, **et moi aussi**
- 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é
## 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