Update fichier-markdown.md

parent e391755a
test # Partie 1
\ No newline at end of file
## Sous-partie 1
## Sous-partie 2
*Texte en italique* vs **texte en gras**
Lien hypertexte : [GitHub](http://github.com)
Liste à puce :
- Item 1 ;
- Item 2 .
Liste numerotée :
1. Item 1 ;
2. Item 2 .
Code :
```
print(a + b)
```
\ 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