Support <sub> and <sup> in chat

This commit is contained in:
Rob Lourens 2024-06-27 19:00:17 -07:00
parent aea213b7fc
commit 3ea16879bb

View File

@ -29,6 +29,8 @@ const allowedHtmlTags = [
'p',
'pre',
'strong',
'sub',
'sup',
'table',
'tbody',
'td',