fix: add span to MD_SYMBOLS

This commit is contained in:
Oleg A 2022-01-01 13:14:15 +03:00
parent 6b15b19777
commit c61410b526

View file

@ -12,6 +12,7 @@ MD_SYMBOLS = (
("<i>", "</i>"),
("<code>", "</code>"),
("<pre>", "</pre>"),
('<span class="tg-spoiler">', "</span>"),
)
HTML_QUOTES_MAP = {"<": "&lt;", ">": "&gt;", "&": "&amp;", '"': "&quot;"}