From e0fa9f49c6d2c31d6ca3bc5faf65f938c2a2153e Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 10 Aug 2025 18:46:02 +0700 Subject: [PATCH] feat: normal should not have html tags --- libraries/helpers/src/utils/strip.html.validation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/helpers/src/utils/strip.html.validation.ts b/libraries/helpers/src/utils/strip.html.validation.ts index e5abdab4..7ad3591c 100644 --- a/libraries/helpers/src/utils/strip.html.validation.ts +++ b/libraries/helpers/src/utils/strip.html.validation.ts @@ -232,7 +232,7 @@ export const stripHtmlValidation = ( convertMentionFunction ); - return striptags(processedHtml, ['h1', 'h2', 'h3']); + return striptags(processedHtml); } // Strip all other tags