AdvRichEditor - HTMLIO - custom tags

Hello,

I was wondering if there’s a way to have the TAdvRichEditorHTMLIO component ignore data enclosed between <% and %>.
I want to use it to create mail templates for the Sempare template engine. The <% and %> contain logic and variable names that is parsed by the engine.

Thx,

Tim

At this moment, there is unfortunately not a built-in setting to skip this.
Maybe preprocessing this at application level before feeding it to TAdvRichEditorHTMLIO is the best solution?