I seem to recall that there is an HTML tag that escapes absolutely everything inside it except the matching closing tag. Kind of like <plaintext> but not fundamentally broken.
I seem to recall that there is an HTML tag that escapes absolutely everything
Share
<xmp> is the tag you are looking for:
But, since it’s depricated, the best you can get is <pre>.