mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-30 12:24:52 +00:00
Pyrofork: Add blockquote html tag to docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
3e3a861b50
commit
1903ddbfbd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue