Update fichier-markdown.md

parent 7e9d1aa2
......@@ -7,4 +7,25 @@ une phrase sans rien
**une phrase en gras**
Un hyperlien':[Un lien vers](https://www.fun-mooc.fr/)
\ No newline at end of file
Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/)
$\X$
## Sous-partie 2 : listes
### Liste à puce
- item ;
- sous-item ;
- sous-item ;
- item
- item
### Liste numérotée
1. item
2. item
3. item
## sous-partie 3 : code
print("helloword!")
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