Kagi Translate is currently changing all the < and > symbols in HTML code to < and >
Here is an example text:
`
<link rel="stylesheet" href="fonts.css" media="screen">
</head>
<body>
<div class="page">
<div class="header">
<img src="images/logo.png" style="width:80%">
<p>Here is some English text to translate to French</p>
<p>20.6.2025 - 23.6.2025</p>
</div>
`
And here is what it gives:
`<link rel="stylesheet" href="fonts.css" media="screen">
</head>
<body>
<div class="page">
<div class="header">
<img src="images/logo.png" style="width:80%">
<p>Voici du texte anglais à traduire en français</p>
<p>20.6.2025 - 23.6.2025</p>
</div>`
I will pay you $100 to fix this.