Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. As the initial description of Markdown contained ambiguities and unanswered questions, many implementations and extensions of Markdown appeared over the years to answer these issues.
source: wikipedia
You will find here the bases of Markdown you will need to write your best article
A text-file containing Markdown should have the extension .md
to be read properly
Let's practice here
# 1.Look what can i do !
## 1.1 Wow this is very simple !
### 1.1.1 Look !
#### 1.1.1.1 I think i got it..
##### 1.1.1.1.1 Are you sure ?
###### 1.1.1.1.1.1 Yes...
This is bold, italic, striketrough, bold and italic
This is **bold**, *italic*, ~~striketrough~~, _**bold and italic**_
![Cover](Led_Zeppelin_IV.png)
note: you can also show an image with the URL
![Cover](https://upload.wikimedia.org/wikipedia/en/e/ef/Led_Zeppelin_-_Led_Zeppelin_%281969%29_front_cover.png)
You will find information on the best Led Zeppelin album here
You will find information on the best Led Zeppelin
album [here](https://en.wikipedia.org/wiki/Led_Zeppelin_(album))
What do i need:
- These
- This
- That
- This
- That
What do i need:
- These
- This
- That
- This
- That
“Yes,there are two paths you can go by, but in the long run, there's still time to change the road you're on.” ― Led Zeppelin
> “Yes,there are two paths you can go by, but in the
> long run, there's still time to change the road you're on.”
> ― Led Zeppelin