Loading
refactor: Use Kotlin raw strings for HTML in DisplayHtml
This change replaces concatenated strings with Kotlin's raw string literals for constructing HTML content within the `DisplayHtml` class. This improves readability and maintainability of the HTML generation code.