32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
|
|
*bold \*text*
|
||
|
|
_italic \*text_
|
||
|
|
__underline__
|
||
|
|
~strikethrough~
|
||
|
|
||spoiler||
|
||
|
|
*bold _italic bold ~italic bold strikethrough ||italic bold strikethrough spoiler||~ __underline italic bold___ bold*
|
||
|
|
[inline URL](http://www.example.com/)
|
||
|
|
[inline mention of a user](tg://user?id=123456789)
|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|
`inline fixed-width code`
|
||
|
|
```
|
||
|
|
pre-formatted fixed-width code block
|
||
|
|
```
|
||
|
|
```python
|
||
|
|
pre-formatted fixed-width code block written in the Python programming language
|
||
|
|
```
|
||
|
|
>Block quotation started
|
||
|
|
>Block quotation continued
|
||
|
|
>Block quotation continued
|
||
|
|
>Block quotation continued
|
||
|
|
>The last line of the block quotation
|
||
|
|
**>The expandable block quotation started right after the previous block quotation
|
||
|
|
>It is separated from the previous block quotation by an empty bold entity
|
||
|
|
>Expandable block quotation continued
|
||
|
|
>Hidden by default part of the expandable block quotation started
|
||
|
|
>Expandable block quotation continued
|
||
|
|
>The last line of the expandable block quotation with the expandability mark||
|