Update fichier-markdown.md

parent a653d9f8
# Partie 1 # Partie 1
## Title of the first sub-section ## Title of the first sub-section: Text and hyperlink
### Title of the first sub-sub-section
The text is *italic* and **bold** The text is *italic* and **bold**
...@@ -14,7 +12,7 @@ Image of the space ...@@ -14,7 +12,7 @@ Image of the space
![Image of the space](https://th.bing.com/th/id/OIP.ZSGkX6j-1KODgyNCY1CXHQHaF7?rs=1&pid=ImgDetMain) ![Image of the space](https://th.bing.com/th/id/OIP.ZSGkX6j-1KODgyNCY1CXHQHaF7?rs=1&pid=ImgDetMain)
### Creation of the list ## Creation of the list
A bullet list A bullet list
...@@ -31,6 +29,6 @@ A numbered list ...@@ -31,6 +29,6 @@ A numbered list
2. the second element 2. the second element
<!--A code block --> <!--A code block -->
## The second sub-section: A code block ## The third sub-section: 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