We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57479d3 commit 541f512Copy full SHA for 541f512
docs/source/topics/text-formatting.rst
@@ -47,6 +47,12 @@ list of the basic styles currently supported by Pyrofork.
47
Markdown Style
48
--------------
49
50
+.. warning::
51
+
52
+ The Markdown style is not recommended for complex text formatting.
53
+ If you want to use complex text formatting such as nested entities, overlapping entities use the HTML style instead.
54
55
56
To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the *parse_mode* parameter when using
57
:meth:`~pyrogram.Client.send_message`. Use the following syntax in your message:
58
0 commit comments