Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.63k stars 133 forks source link

Adding full list of HTML entities #209

Closed severn-everett closed 9 months ago

severn-everett commented 1 year ago

Added list of HTML entities (apart from equals, as that's a function name in the Enum class) and consolidated getter function for text property in Entities enum

This addresses issue #163