feat: normal should not have html tags
Some checks failed
Build Containers / build-containers-common (push) Has been cancelled
Build / build (20.17.0) (push) Has been cancelled
Build Containers / build-containers (amd64, ubuntu-latest) (push) Has been cancelled
Build Containers / build-containers (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Build Containers / build-container-manifest (push) Has been cancelled

This commit is contained in:
Nevo David 2025-08-10 18:46:02 +07:00
parent 07177c7929
commit e0fa9f49c6

View file

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