Update fichier-markdown.md

parent e391755a
test
\ No newline at end of file
# 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>
</ul>
<ol>
<li> item </li>
<li> item </li>
<li> item </li>
<ol>
## Sous-partie 3: code <h2>
\ 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