Open
Description
It would be ideal if we could have a special type for strings that contain HTML code to avoid accidentally passing it to functions that cannot handle it & avoid passing non-HTML strings to functions that expect HTML. For example, the htmlSanitizer
or m.trust()
if it's possible to override its definition.