TAdvRichEditor: Propert target in hiperlinks

Is there any way to configure an hiperlink to add the attribute target when I save the document to HTML using the TAdvRichEditor?.

The goal would be to see the following link in the exported html:

something

All the links are exported without the target attribute and I wonder if there is a way to configure the TREElement with a property or something to achieve it.

Thanks.

We added a HyperlinkTarget property in TAdvRichEditorHTMLIO
This will be available in the next update.

Thanks. Sounds good.