Markdown is a lightweight markup language that can be used to format text for the web. Here are some of the basic syntax elements:
[Link text](URL)
`Inline code`
```
Block of code
```
> This is a blockquote.
| Column 1 | Column 2 |
|———- | ———- |
| Row 1, Column 1 | Row 1, Column 2 |
| Row 2, Column 1 | Row 2, Column 2 |
~~Strikethrough~~
<span style=”color:red”>Red text</span>
For more information, check out the official Markdown documentation.