feat: Annotate HTML strings in DisplayHtml.kt
This commit adds `@Language("HTML")` annotations to string literals and variables containing HTML code in the `DisplayHtml.kt` file. This helps IDEs provide better syntax highlighting and code analysis for these HTML snippets.
Loading
Please register or sign in to comment