Featured image of post Markdown Cheatsheet

Markdown Cheatsheet

La syntaxe de base du langage markdown.

# h1
## h2
### h3

Bold

**bold text**

Italic

*italic text*

Highlight

==highlighted text==

Strikethrough

~~strikethrough text~~

Block quote

> quote

Ordered list

1. Item 1
1. Item 1.1
2. Item 2
3. Item 3

Unordered list

- Item 1
  - Item 1.1
- Item 2
- Item 3

Inline Code

`code`

Code Block

```<language>

```

Horizontal Rule

---
[title](https://www.example.com)

Image

![alt text](image.jpg)

Table

|  Syntax   | Description |
| :-------: | ----------: |
|  Header   |       Title |
| Paragraph |        Text |

Footnote

Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.

Definition List

term
: definition

Emoji

:joy:

Task List

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

Subscript

H~2~O

Superscript

X^2^
Généré avec Hugo
Thème Stack conçu par Jimmy