Skip to content

Commit 9fcd40a

Browse files
committed
pyrofork: docs: text-formatting: Add missings text format
Signed-off-by: wulan17 <wulan17@nusantararom.org>
1 parent 36fbc51 commit 9fcd40a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/source/topics/text-formatting.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +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
47+
-
48+
> Quoted text
49+
50+
-
51+
> Quoted text with collapse/expand button
4652

4753
HTML Style
4854
----------
@@ -66,10 +72,10 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
6672
6773
<a href="tg://user?id=123456789">inline mention</a>
6874
69-
<code>inline fixed-width code</code>
70-
7175
<emoji id="12345678901234567890">🔥</emoji>
7276
77+
<code>inline fixed-width code</code>
78+
7379
<pre>
7480
pre-formatted
7581
fixed-width
@@ -78,6 +84,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
7884
7985
<blockquote>Quoted text</blockquote>
8086
87+
<blockquote expandable>Quoted text with collapse/expand button</blockquote>
88+
8189
**Example**:
8290

8391
.. code-block:: python
@@ -150,6 +158,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
150158
151159
[text user mention](tg://user?id=123456789)
152160
161+
![🔥](tg://emoji?id=12345678901234567890)
162+
153163
`inline fixed-width code`
154164
155165
```
@@ -160,6 +170,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the
160170
161171
> Quoted text
162172
173+
\*\*> Quoted text with collapse/expand button
174+
163175
**Example**:
164176

165177
.. code-block:: python

0 commit comments

Comments
 (0)