struct PreEscapedText explicitly marked as already escaped or known-safe HTML.
Rendering passes the bytes through unchanged. This is used to compose output from trusted renderers; wrapping arbitrary user input would bypass the HTML macro's escaping guarantee.