Update fichier-markdown.md

parent 7a82a18a
...@@ -4,7 +4,9 @@ Une phrase sans rien ...@@ -4,7 +4,9 @@ Une phrase sans rien
*Une phrase en italique* *Une phrase en italique*
**Une phrase en gras** **Une phrase en gras**
[fun-mooc](fun-mooc.fr) [fun-mooc](fun-mooc.fr)
```
print("code") print("code")
```
## Sous-partie 2 : listes ## Sous-partie 2 : listes
### Liste à puce ### Liste à puce
...@@ -19,4 +21,6 @@ print("code") ...@@ -19,4 +21,6 @@ print("code")
3. Item 3 3. Item 3
## Sous-partie 3 : code ## Sous-partie 3 : code
# print("code") ```
\ No newline at end of file print("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