Update fichier-markdown.md

parent 45dbe7db
<h1>Partie 1<h1>
# Partie 1
<h2>Sous-partie 1 : texte<h2>
## Sous-partie 1 : texte
Une phrase sans rien
......@@ -8,11 +8,11 @@ Une phrase sans rien
**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/)
Une ligne de print(code)
Une ligne de `code`
<h2>Sous-partie 2 : listes<h2>
## Sous-partie 2 : listes
**Liste à puce**
......@@ -28,6 +28,8 @@ Une ligne de print(code)
2. item
3. item
<h2>Sous-partie 3 : code<h2>
## Sous-partie 3 : code
print("# Extrait de code")
\ No newline at end of file
```
# Extrait de code
```
\ 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