diff --git a/docs/source/topics/text-formatting.rst b/docs/source/topics/text-formatting.rst index 3a8c0a36..1125eab9 100644 --- a/docs/source/topics/text-formatting.rst +++ b/docs/source/topics/text-formatting.rst @@ -37,12 +37,16 @@ list of the basic styles currently supported by Pyrofork. - spoiler - `text URL `_ - `user text mention `_ +- :emoji:`🔥` - ``inline fixed-width code`` - .. code-block:: text pre-formatted fixed-width code block +- > Quoted text + +- > Quoted text with collapse/expand button HTML Style ---------- @@ -66,10 +70,10 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode* inline mention - inline fixed-width code - 🔥 + inline fixed-width code +
     pre-formatted
       fixed-width
@@ -78,6 +82,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.HTML` to the *parse_mode*
 
     
Quoted text
+
Quoted text with collapse/expand button
+ **Example**: .. code-block:: python @@ -150,6 +156,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the [text user mention](tg://user?id=123456789) + ![🔥](tg://emoji?id=12345678901234567890) + `inline fixed-width code` ``` @@ -160,6 +168,8 @@ To strictly use this mode, pass :obj:`~pyrogram.enums.ParseMode.MARKDOWN` to the > Quoted text + **> Quoted text with collapse/expand button + **Example**: .. code-block:: python