Commit ecd72e12 authored by Calire's avatar Calire

Update fichier-markdown.md

parent e391755a
test test
\ No newline at end of file # Partie 1
## Sous partie 1 : titre
pour rire
*texte en italic*
**texte en gras**
pour un lien hypertext c'est [](http://github.com)
## Sous partie 2 : titre
Pour une liste :
- item 1
- item 2
- item suivant
Pour le liste numéroté ajoutons des chiffre :
1. truc 1
2. truc 2
3. truc suivant
Pour du code il faut utiliser `code`
```
print("texte super cool")
```
\ 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