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