Skip to content

Commit

Permalink
Pyrofork: Add blockquote html tag to docs
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Nov 25, 2023
1 parent 3de26b3 commit 5c54499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/topics/text-formatting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
)
Expand Down

0 comments on commit 5c54499

Please sign in to comment.