Pyrofork: Add blockquote html tag to docs

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-11-25 20:14:32 +07:00
parent 3e3a861b50
commit 1903ddbfbd
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -130,6 +130,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
code block
</pre>
<blockquote>Quoted text</blockquote>
**Example**:
.. code-block:: python
@ -150,6 +152,7 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
"for i in range(10):\n"
" print(i)"
"</pre>"
"<blockquote>quote</blockquote>"
),
parse_mode=enums.ParseMode.HTML
)