feat: normal should not have html tags

This commit is contained in:
Nevo David 2025-08-10 18:46:02 +07:00
parent 07177c7929
commit e0fa9f49c6
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ export const stripHtmlValidation = (
convertMentionFunction
);
return striptags(processedHtml, ['h1', 'h2', 'h3']);
return striptags(processedHtml);
}
// Strip all other tags