I want to use the html entity version of < ([ noparse ]<<[ /noparse ]) and > (>) and make anything in-between them blue. If I just did it with p or something it would be fine but that's not possible. There's also the < span > deal but I don't want to span 32k things.
Code:
<blah blah blah blah blah stuff[noparse ]>[/noparse]
I just want it to be like this:
<blah blah blah blah blah stuff>
I have no idea why it renders the entities even with the code around them.