Markdown Cheat Sheet
Last updated
Last updated
Markdown is a straightforward method to format text for a consistent appearance on any device. It focuses on essentials, like using familiar keyboard symbols, without fancy font changes like size, color, or type.
Telegram has its own version of markdown. Check it out in Telegram step documentation.
Type...
Or...
...to Get
*Italic*
_Italic_
Italic
**Bold**
__Bold__
Bold
# Heading 1
Heading 1
=========
Heading 1
## Heading 2
Heading 2
---------
Heading 2
[Link](https://directual.com)
![Image](https://directual.com/logo.png)
Image
> Blockquote
Blockquote
* List
* List
* List
- List
- List
- List
List
List
List
1. List
2. List
3. List
1) List
2) List
3) List
List
List
List
Horizontal Rule
---
Horizontal Ruleβββββββ
`Inline code` with backticks
Inline code
with backticks
```
multiple
line code
```
Multiple line code block
| Header 1 | Header 2 | Header 3 |
|:---------|---------:|:--------:|
|Left |Right |Center |
Table