How can I use CDATA in translated string

Hi, we have some translated strings with HTML format in the Android XML File.
for example:

<a href='@#'>test123</a>

we need to use <![CDATA[]]> to wrap the string to avoid Crowdin escape/encoding the HTML entity.

but how can we type <![CDATA[]]> in Crowdin online string editor?

You cdata is in the content section, not in the source, Editor doesn’t allow to add tags that are not the part of the source itself

Does hyperlinks tags are broken on the export? There are some tags, like bold text marks and so on, that are not displayed in Editor but included into translation if they exists in source.