mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: add <tg-spoiler/> tag
This commit is contained in:
parent
c61410b526
commit
5cb7ecd4b2
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ MD_SYMBOLS = (
|
|||
("<code>", "</code>"),
|
||||
("<pre>", "</pre>"),
|
||||
('<span class="tg-spoiler">', "</span>"),
|
||||
("<tg-spoiler>", "</tg-spoiler>"),
|
||||
)
|
||||
|
||||
HTML_QUOTES_MAP = {"<": "<", ">": ">", "&": "&", '"': """}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue