. We'll preserve that.
We also need to translate the meta description: "Hackers stole $8 million from a crypto exchange, moving funds across Tron and Ethereum and through other exchanges. On-chain clues are emerging." -> "해커들이 암호화폐 거래소에서 800만 달러를 탈취하고 트론과 이더리움 및 다른 거래소를 통해 자금을 이동했다. 온체인 단서가 나타나고 있다."
Now we need to output JSON with title, content (the full article HTML), and meta description.
Let's write the content as a string with the translated HTML.
We need to be careful with quotes and escaping. We'll use double quotes for JSON, so we need to escape inner double quotes. But we can use single quotes for Korean text? Actually, we'll just write the string and escape double quotes if any. But we have no double quotes in the text, so it's fine.
We'll structure: content is the entire ...