Update fichier-markdown.md

parent 9de25095
...@@ -16,15 +16,17 @@ Image of the space ...@@ -16,15 +16,17 @@ Image of the space
### Creation of the list ### Creation of the list
Simple list A bullet list
- the first element; - the first element;
- the second element; - the second element;
Numbered list A numbered list
1. the first element; 1. the first element;
2. the second element 2. the second element
<!--A code block -->
```python ```python
print("Hellow, world!") print("Hellow, world!")
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