Update fichier-markdown.md

parent 2cdab91f
# Partie 1
# Partie 1 <h1>
## Sous-partie 1: texte <h2>
Une phrase sans rien
*Une phrase en italique*
**Une phrase en gras**
Une line vers <ins>fun-mooc.fr</ins>
Une ligne de
## Sous-partie 2: listes <h2>
Liste à puce
<ul>
<li> item </li>
<ul>
<li> sous-item</li>
<li> sous-item</li>
</ul>
## Sous-partie 1 : texte ## Sous-partie 1: texte <h2>
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/) Une line vers <ins>fun-mooc.fr</ins>
Une ligne de `code` Une ligne de
## Sous-partie 2 : listes ## Sous-partie 2: listes <h2>
**Liste à puce** Liste à puce
- item <ul>
- sous-item <li> item </li>
- sous-item <ul>
- item <li> sous-item</li>
- item <li> sous-item</li>
</ul>
<ol>
<li> item </li>
<li> item </li>
**Liste numérotée** </ul>
1. item <ol>
2. item <li> item </li>
3. item <li> item </li>
<li> item </li>
<ol>
## Sous-partie 3: code <h2>
\ No newline at end of file
## Sous-partie 3 : code ## Sous-partie 3: code <h2>
```
# 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