telegram markdown syntax

Solutions on MaxInterview for telegram markdown syntax by the best coders in the world

showing results for - "telegram markdown syntax"
Maylis
26 Jan 2020
1**bold**
2
3__italic__
4
5--underline--
6
7~~strike~~
8
9[text URL](https://docs.pyrogram.org/)
10
11[text user mention](tg://user?id=23122162)
12
13`inline fixed-width code`
14
15```
16pre-formatted
17  fixed-width
18    code block
19```
20