@@ -37,13 +37,18 @@ 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
4647
48+ - > Quoted text
49+
50+ - > Quoted text with collapse/expand button
51+
4752HTML Style
4853----------
4954
@@ -66,10 +71,10 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
6671
6772 <a href="tg://user?id=123456789">inline mention</a>
6873
69- <code>inline fixed-width code</code>
70-
7174 <emoji id="12345678901234567890">🔥</emoji>
7275
76+ <code>inline fixed-width code</code>
77+
7378 <pre>
7479 pre-formatted
7580 fixed-width
@@ -78,6 +83,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
7883
7984 <blockquote>Quoted text</blockquote>
8085
86+ <blockquote expandable>Quoted text with collapse/expand button</blockquote>
87+
8188 **Example **:
8289
8390.. code-block :: python
@@ -150,6 +157,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
150157
151158 [text user mention](tg://user?id=123456789)
152159
160+ 
161+
153162 `inline fixed-width code`
154163
155164 ```
@@ -160,6 +169,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
160169
161170 > Quoted text
162171
172+ \*\*> Quoted text with collapse/expand button
173+
163174 **Example **:
164175
165176.. code-block :: python
0 commit comments