Update fichier-markdown.md

parent e391755a
test
\ No newline at end of file
# Partie 1
## 1. Introduction
Ce paragraphe contient du texte *en italique* et du texte **en gras**.
Vous trouverez la documentation complète sur Markdown sur le site de
[CommonMark](https://commonmark.org/).
## 2. Listes
### 2.1 Liste à puce
- Premier élément
- Deuxième élément
- Troisième élément
### 2.2 Liste numérotée
1. Étape 1
2. Étape 2
3. Étape 3
## 3. Bloc de code
```python
def hello():
print("Bonjour, Markdown !")
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