mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Fix sphinx compilation warnings
This commit is contained in:
parent
d270d0d2aa
commit
e682046713
@ -11,7 +11,7 @@ Markdown Style
|
|||||||
To use this mode, pass :obj:`MARKDOWN <pyrogram.ParseMode.MARKDOWN>` or "markdown" in the *parse_mode* field when using
|
To use this mode, pass :obj:`MARKDOWN <pyrogram.ParseMode.MARKDOWN>` or "markdown" in the *parse_mode* field when using
|
||||||
:obj:`send_message() <pyrogram.Client.send_message>`. Use the following syntax in your message:
|
:obj:`send_message() <pyrogram.Client.send_message>`. Use the following syntax in your message:
|
||||||
|
|
||||||
.. code-block:: txt
|
.. code-block:: text
|
||||||
|
|
||||||
**bold text**
|
**bold text**
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ HTML Style
|
|||||||
To use this mode, pass :obj:`HTML <pyrogram.ParseMode.HTML>` or "html" in the *parse_mode* field when using
|
To use this mode, pass :obj:`HTML <pyrogram.ParseMode.HTML>` or "html" in the *parse_mode* field when using
|
||||||
:obj:`send_message() <pyrogram.Client.send_message>`. The following tags are currently supported:
|
:obj:`send_message() <pyrogram.Client.send_message>`. The following tags are currently supported:
|
||||||
|
|
||||||
.. code-block:: txt
|
.. code-block:: text
|
||||||
|
|
||||||
<b>bold</b>, <strong>bold</strong>
|
<b>bold</b>, <strong>bold</strong>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user