fix(import/single): title appearing as text

This commit is contained in:
Elian Doran 2024-11-28 19:41:45 +02:00
parent cef464f88b
commit 83cd72fa86
No known key found for this signature in database

View File

@ -43,7 +43,10 @@ function sanitize(dirtyHtml: string) {
'mumble', 'nfs', 'onenote', 'pop', 'rmi', 's3', 'sftp', 'skype', 'sms', 'spotify', 'steam', 'svn', 'udp', 'mumble', 'nfs', 'onenote', 'pop', 'rmi', 's3', 'sftp', 'skype', 'sms', 'spotify', 'steam', 'svn', 'udp',
'view-source', 'vnc', 'ws', 'wss', 'xmpp', 'jdbc', 'slack' 'view-source', 'vnc', 'ws', 'wss', 'xmpp', 'jdbc', 'slack'
], ],
transformTags, nonTextTags: [
'head'
],
transformTags
}); });
} }