feat: normal should not have html tags
This commit is contained in:
parent
07177c7929
commit
e0fa9f49c6
|
|
@ -232,7 +232,7 @@ export const stripHtmlValidation = (
|
|||
convertMentionFunction
|
||||
);
|
||||
|
||||
return striptags(processedHtml, ['h1', 'h2', 'h3']);
|
||||
return striptags(processedHtml);
|
||||
}
|
||||
|
||||
// Strip all other tags
|
||||
|
|
|
|||
Loading…
Reference in New Issue