Update fichier-markdown.md

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