Update fichier-markdown2.md

parent ea5d47ee
# Partie 1 # Partie 1
## Sous-partie 1 : texte ## Sous-partie 1 : texte
Une phrase sans rien Une phrase sans rien
*Une phrase en italique* *Une phrase en italique*
**Une phrase en gras** **Une phrase en gras**
Un lien vers [fun-mooc.fr] (https://www.fun-mooc.fr/fr/) Un lien vers [fun-mooc.fr] (https://www.fun-mooc.fr/fr/)
```
print("Hello world!") Une ligne de `code`
```
## Sous-partie 2 : listes ## Sous-partie 2 : listes
Liste à puce Liste à puce
- item - item
...@@ -19,4 +23,6 @@ Liste numérotée ...@@ -19,4 +23,6 @@ Liste numérotée
2. item 2 2. item 2
3. item 3 3. item 3
## Sous-partie 3 : code ## Sous-partie 3 : code
```
print("Hello world!")
```
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