@@ -37,12 +37,16 @@ list of the basic styles currently supported by Pyrofork.
3737- spoiler
3838- `text URL <https://pyrogram.org >`_
3939- `user text mention <tg://user?id=123456789 >`_
40+ - :emoji: `🔥 `
4041- ``inline fixed-width code ``
4142- .. code-block:: text
4243
4344 pre-formatted
4445 fixed-width
4546 code block
47+ - > Quoted text
48+
49+ - > Quoted text with collapse/expand button
4650
4751HTML Style
4852----------
@@ -66,10 +70,10 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
6670
6771 <a href="tg://user?id=123456789">inline mention</a>
6872
69- <code>inline fixed-width code</code>
70-
7173 <emoji id="12345678901234567890">🔥</emoji>
7274
75+ <code>inline fixed-width code</code>
76+
7377 <pre>
7478 pre-formatted
7579 fixed-width
@@ -78,6 +82,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
7882
7983 <blockquote>Quoted text</blockquote>
8084
85+ <blockquote expandable>Quoted text with collapse/expand button</blockquote>
86+
8187 **Example **:
8288
8389.. code-block :: python
@@ -150,6 +156,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
150156
151157 [text user mention](tg://user?id=123456789)
152158
159+ 
160+
153161 `inline fixed-width code`
154162
155163 ```
@@ -160,6 +168,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
160168
161169 > Quoted text
162170
171+ **> Quoted text with collapse/expand button
172+
163173 **Example **:
164174
165175.. code-block :: python
0 commit comments