mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 22:14:50 +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
|
code block
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<blockquote>Quoted text</blockquote>
|
||||||
|
|
||||||
**Example**:
|
**Example**:
|
||||||
|
|
||||||
.. code-block:: python
|
.. 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"
|
"for i in range(10):\n"
|
||||||
" print(i)"
|
" print(i)"
|
||||||
"</pre>"
|
"</pre>"
|
||||||
|
"<blockquote>quote</blockquote>"
|
||||||
),
|
),
|
||||||
parse_mode=enums.ParseMode.HTML
|
parse_mode=enums.ParseMode.HTML
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue