Created
July 23, 2025 12:26
-
-
Save col3name/de8d554a66b67ece1e68ed2c35d4ecc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *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|| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment