Hello,
I noticed that data coming from the Rich Text Editor is being rendered with raw HTML tags (e.g., <strong>
, <p>
, etc.) when processed by the template engine.
Could you please confirm if this is the expected behavior, or if there is a way to automatically sanitize/strip those tags during template rendering?