`, `
`, `
- `, `
- `, `` are preserved exactly with their classes and styles. * Need to escape double quotes inside the JSON string values. * Need to ensure newlines within the JSON string are handled (usually JSON strings shouldn't have raw newlines, they should be ``). However, the prompt asks for JSON response. I will construct the JSON carefully. * Wait, the `content` value should contain the HTML string. I need to make sure the HTML inside the JSON is properly escaped (e.g., `"` becomes `"`). 6. **Specific Constraint Check:** * "Keep proper nouns (names, company names) in original form". * Does this mean "Bitcoin" should stay "Bitcoin" or "ビットコイン"? In Japanese translation tasks, "Bitcoin" is typically localized to "ビットコイン". If I keep it as "Bitcoin", it looks unnatural. However,



